Skip to content

Commit

Permalink
chore: Bump /zenoh.*/ dependencies to 1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Sep 13, 2024
1 parent c18854c commit a350efd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ serde = "1.0.154"
serde_json = "1.0.114"
tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements
tracing = "0.1"
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
zenoh = { version = "1.0.0-beta.2", features = [
"internal",
"unstable",
"plugins",
] }
zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
zenoh-ext = { version = "1.0.0-beta.2", features = [
"unstable",
] }
zenoh-plugin-rest = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
zenoh-plugin-ros2dds = { version = "1.0.0-dev", path = "zenoh-plugin-ros2dds/", default-features = false }
zenoh-plugin-trait = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
zenoh-plugin-rest = { version = "1.0.0-beta.2", default-features = false }
zenoh-plugin-ros2dds = { version = "1.0.0-beta.2", path = "zenoh-plugin-ros2dds/", default-features = false }
zenoh-plugin-trait = { version = "1.0.0-beta.2", default-features = false }

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion zenoh-plugin-ros2dds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ maintainer = "[email protected]"
copyright = "2017, 2022 ZettaScale Technology Inc."
section = "net"
license-file = ["../LICENSE", "0"]
depends = "zenohd (=1.0.0~dev-1)"
depends = "zenohd (=1.0.0~beta.2-1)"

0 comments on commit a350efd

Please sign in to comment.