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 290d890 commit d2acd11
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ rocksdb = "0.20.1"
serde_json = "1.0.94"
tracing = "0.1"
uhlc = "0.5.2"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main", features = [
zenoh = { features = [
"unstable",
] }
zenoh-codec = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" }
zenoh-collections = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" }
zenoh-core = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" }
zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" }
zenoh-keyexpr = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" }
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" }
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" }
] , version = "0.11.0-rc.2" }
zenoh-codec = { version = "0.11.0-rc.2" }
zenoh-collections = { version = "0.11.0-rc.2" }
zenoh-core = { version = "0.11.0-rc.2" }
zenoh-protocol = { version = "0.11.0-rc.2" }
zenoh-util = { version = "0.11.0-rc.2" }
zenoh-keyexpr = { version = "0.11.0-rc.2" }
zenoh_backend_traits = { version = "0.11.0-rc.2" }
zenoh-plugin-trait = { version = "0.11.0-rc.2" }

[build-dependencies]
rustc_version = "0.4.0"
Expand All @@ -65,4 +65,4 @@ maintainer = "[email protected]"
copyright = "2022 ZettaScale Technology"
section = "net"
license-file = ["LICENSE", "0"]
depends = "zenoh-plugin-storage-manager (=0.11.0-dev-1)"
depends = "zenoh-plugin-storage-manager (=0.11.0-rc.2)"

0 comments on commit d2acd11

Please sign in to comment.