Skip to content

Commit

Permalink
chore: Bump /zenoh.*/ dependencies to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Jun 21, 2024
1 parent da198f9 commit bcb4652
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ secrecy = { version = "0.8.0", features = ["alloc", "serde"] }
serde = "1.0.154"
serde_json = "1.0.94"
tracing = "0.1"
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
zenoh = { version = "0.11.0", features = [
"plugins",
"unstable",
] }
zenoh-collections = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-core = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-ext = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
zenoh-collections = { version = "0.11.0"}
zenoh-core = { version = "0.11.0"}
zenoh-ext = { version = "0.11.0", features = [
"unstable",
] }
zenoh-plugin-mqtt = { version = "0.11.0-dev", path = "zenoh-plugin-mqtt/", default-features = false }
zenoh-plugin-rest = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
zenoh-plugin-trait = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-plugin-mqtt = { version = "0.11.0", path = "zenoh-plugin-mqtt/", default-features = false }
zenoh-plugin-rest = { version = "0.11.0", default-features = false }
zenoh-plugin-trait = { version = "0.11.0", default-features = false }
zenoh-util = { version = "0.11.0"}

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion zenoh-plugin-mqtt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ maintainer = "zenoh-dev@eclipse.org"
copyright = "2017, 2020 ADLINK Technology Inc."
section = "net"
license-file = ["../LICENSE", "0"]
depends = "zenohd (=0.11.0-dev-1)"
depends = "zenohd (=0.11.0-1)"

0 comments on commit bcb4652

Please sign in to comment.