Skip to content

Commit

Permalink
chore: Bump /zenoh.*/ dependencies to 0.11.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Apr 30, 2024
1 parent 5334208 commit 8c2b8cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ hex = "0.4.3"
xml-rpc = "0.0.12"
rustc_version = "0.4"
tracing = "0.1"
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
zenoh = { version = "0.11.0-rc.2", features = [
"unstable",
"plugins",
] }
zenoh-ext = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-core = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-plugin-rest = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
zenoh-plugin-trait = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
zenoh-plugin-ros1 = { version = "0.11.0-dev", path = "zenoh-plugin-ros1", default-features = false }
zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-ext = { version = "0.11.0-rc.2"}
zenoh-core = { version = "0.11.0-rc.2"}
zenoh-plugin-rest = { version = "0.11.0-rc.2", default-features = false }
zenoh-plugin-trait = { version = "0.11.0-rc.2", default-features = false }
zenoh-plugin-ros1 = { version = "0.11.0-rc.2", path = "zenoh-plugin-ros1", default-features = false }
zenoh-util = { version = "0.11.0-rc.2"}

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

0 comments on commit 8c2b8cf

Please sign in to comment.