-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump /zenoh.*/ dependencies to
1.0.0-rc.1
- Loading branch information
1 parent
4cf3490
commit b8e971e
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|