Skip to content

Commit

Permalink
chore: Bump /zenoh.*/ dependencies to 1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Oct 11, 2024
1 parent 5a7ec29 commit cec611e
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 @@ -52,14 +52,14 @@ 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" }
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" , version = "1.0.0-dev" }
] , version = "1.0.0-rc.1" }
zenoh_backend_traits = { version = "1.0.0-rc.1" }
zenoh-plugin-trait = { version = "1.0.0-rc.1" }
zenoh-ext = { version = "1.0.0-rc.1" }

[build-dependencies]
rustc_version = "0.4.0"
Expand All @@ -70,4 +70,4 @@ maintainer = "zenoh-dev@eclipse.org"
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~rc.1-1)"

0 comments on commit cec611e

Please sign in to comment.