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 8a7470b commit c56fda4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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)"

0 comments on commit c56fda4

Please sign in to comment.