Skip to content

Commit 8a19c22

Browse files
chore: Bump /zenoh.*/ dependencies to 1.1.0
1 parent db49ef0 commit 8a19c22

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@ serde = "1.0.210"
4848
serde_json = "1.0.128"
4949
tokio = { version = "1.40.0", default-features = false } # Default features are disabled due to some crates' requirements
5050
tracing = "0.1"
51-
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
51+
zenoh = { version = "1.1.0", features = [
5252
"plugins",
5353
"unstable",
5454
"internal",
5555
"internal_config",
5656

5757
] }
58-
zenoh-config = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
59-
zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
58+
zenoh-config = { version = "1.1.0", default-features = false }
59+
zenoh-ext = { version = "1.1.0", features = [
6060
"unstable",
6161
] }
62-
zenoh-plugin-mqtt = { version = "1.0.0-dev", path = "zenoh-plugin-mqtt/", default-features = false }
63-
zenoh-plugin-rest = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = [
62+
zenoh-plugin-mqtt = { version = "1.1.0", path = "zenoh-plugin-mqtt/", default-features = false }
63+
zenoh-plugin-rest = { version = "1.1.0", default-features = false, features = [
6464
"static_plugin",
6565
] }
66-
zenoh-plugin-trait = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
66+
zenoh-plugin-trait = { version = "1.1.0", default-features = false }
6767

6868

6969
[profile.release]

zenoh-plugin-mqtt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ maintainer = "zenoh-dev@eclipse.org"
6565
copyright = "2017, 2020 ADLINK Technology Inc."
6666
section = "net"
6767
license-file = ["../LICENSE", "0"]
68-
depends = "zenohd (=1.0.0~dev-1)"
68+
depends = "zenohd (=1.1.0)"

0 commit comments

Comments
 (0)