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 4cf3490 commit b8e971e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,19 @@ tracing = "0.1"
uhlc = "0.5.2"
webpki = "0.22.0"
webpki-roots = "0.25"
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
zenoh = { version = "1.0.0-rc.1", features = [
"unstable",
"internal",
] }
zenoh-plugin-trait = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh_backend_traits = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-plugin-trait = { version = "1.0.0-rc.1"}
zenoh_backend_traits = { version = "1.0.0-rc.1"}

[build-dependencies]
rustc_version = "0.4.0"

[package.metadata.deb]
copyright = "2022 ZettaScale Technology"
depends = "zenoh-plugin-storage-manager (=1.0.0~dev-1)"
depends = "zenoh-plugin-storage-manager (=1.0.0~rc.1-1)"
license-file = ["LICENSE", "0"]
maintainer = "[email protected]"
name = "zenoh-backend-s3"
Expand Down

0 comments on commit b8e971e

Please sign in to comment.