Skip to content

Commit

Permalink
chore: Bump /zenoh.*/ dependencies to 1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Sep 20, 2024
1 parent 8dd43a5 commit eae2d00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ tokio = { version = "1.35.1", default-features = false } # Default features are
tracing = "0.1"
uhlc = "0.5.2"
walkdir = "2.3.2"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
zenoh = { features = [
"unstable",
"internal",
"plugins"
] , version = "1.0.0-dev" }
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" , version = "1.0.0-dev" }
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" , version = "1.0.0-dev" }
] , version = "1.0.0-beta.3" }
zenoh_backend_traits = { version = "1.0.0-beta.3" }
zenoh-plugin-trait = { version = "1.0.0-beta.3" }


[build-dependencies]
Expand All @@ -70,4 +70,4 @@ maintainer = "[email protected]"
copyright = "2022 ZettaScale Technology"
section = "net"
license-file = ["LICENSE", "0"]
depends = "zenoh-plugin-storage-manager (=1.0.0~dev-1)"
depends = "zenoh-plugin-storage-manager (=1.0.0~beta.3-1)"

0 comments on commit eae2d00

Please sign in to comment.