Skip to content

Commit

Permalink
chore: Bump /zenoh.*/ dependencies to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Jan 31, 2025
1 parent 548c7f7 commit 94b133f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ 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"
uhlc = "0.7.0"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
zenoh = { features = [
"unstable",
"internal",
"plugins",
] , version = "1.1.1" }
] , version = "1.2.0" }

zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.1.1" }
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.1.1" }
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.1.1" }
zenoh_backend_traits = { version = "1.2.0" }
zenoh-plugin-trait = { version = "1.2.0" }
zenoh-ext = { version = "1.2.0" }

[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 (=1.1.1)"
depends = "zenoh-plugin-storage-manager (=1.2.0)"

0 comments on commit 94b133f

Please sign in to comment.