-
Notifications
You must be signed in to change notification settings - Fork 12
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-beta.4
- Loading branch information
1 parent
8a7470b
commit c56fda4
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
|
@@ -49,10 +49,10 @@ tide = "0.16.0" | |
tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements | ||
tokio-stream = "0.1.15" | ||
tracing = "0.1" | ||
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ | ||
zenoh = { version = "1.0.0-beta.4", features = [ | ||
"unstable", "internal", "plugins" | ||
] } | ||
zenoh-plugin-trait = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } | ||
zenoh-plugin-trait = { version = "1.0.0-beta.4", default-features = false } | ||
|
||
[build-dependencies] | ||
rustc_version = "0.4.0" | ||
|
@@ -63,4 +63,4 @@ maintainer = "[email protected]" | |
copyright = "2017, 2022 ZettaScale Technology" | ||
section = "net" | ||
license-file = ["LICENSE", "0"] | ||
depends = "zenohd (=1.0.0~dev-1)" | ||
depends = "zenohd (=1.0.0~beta.4-1)" |