Skip to content

Commit

Permalink
chore: Bump /zenoh.*/ dependencies to 0.11.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed May 14, 2024
1 parent 165c53b commit 774b2a6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ tempfile = "3.4.0"
tracing = "0.1"
uhlc = "0.5.2"
walkdir = "2.3.2"
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["unstable"] }
zenoh-codec = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-collections = { 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-protocol = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh_backend_traits = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-plugin-trait = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh = { version = "0.11.0-rc.3", features = ["unstable"] }
zenoh-codec = { version = "0.11.0-rc.3"}
zenoh-collections = { version = "0.11.0-rc.3"}
zenoh-core = { version = "0.11.0-rc.3"}
zenoh-protocol = { version = "0.11.0-rc.3"}
zenoh-util = { version = "0.11.0-rc.3"}
zenoh_backend_traits = { version = "0.11.0-rc.3"}
zenoh-plugin-trait = { version = "0.11.0-rc.3"}



Expand All @@ -72,4 +72,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.3)"

0 comments on commit 774b2a6

Please sign in to comment.