Skip to content

Commit

Permalink
chore: Bump /zenoh.*/ dependencies to 1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Oct 2, 2024
1 parent c142280 commit 3733c25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ serde_json = "1.0.94"
tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements
tracing = "0.1"
uuid = { version = "1.3.0", features = ["v4"] }
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_backend_traits = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-plugin-trait = { version = "1.0.0-dev", git = "htttps://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh_backend_traits = { version = "1.0.0-beta.4"}
zenoh-plugin-trait = { version = "1.0.0-beta.4"}
2 changes: 1 addition & 1 deletion v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,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.4-1)"
2 changes: 1 addition & 1 deletion v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,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.4-1)"

0 comments on commit 3733c25

Please sign in to comment.