Skip to content

Commit cbc3837

Browse files
chore: Bump zenoh.* version to 1.4.0
1 parent 23d1ba3 commit cbc3837

File tree

3 files changed

+64
-64
lines changed

3 files changed

+64
-64
lines changed

Cargo.lock

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ serde = { version = "1.0.210", default-features = false, features = [
3737
"derive",
3838
] } # Default features are disabled due to usage in no_std crates
3939
serde_json = "1.0.128"
40-
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
40+
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.4.0", features = [
4141
"plugins",
42-
], version = "1.3.4" }
43-
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.3.4" }
44-
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.3.4" }
45-
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.3.4" }
46-
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.3.4" }
47-
zenoh-result = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.3.4" }
48-
zenoh-keyexpr = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.3.4" }
42+
], version = "1.4.0" }
43+
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.4.0", version = "1.4.0" }
44+
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.4.0", version = "1.4.0" }
45+
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.4.0", version = "1.4.0" }
46+
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.4.0", version = "1.4.0" }
47+
zenoh-result = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.4.0", version = "1.4.0" }
48+
zenoh-keyexpr = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.4.0", version = "1.4.0" }
4949

5050
uuid = { version = "1.3.0", default-features = false, features = [
5151
"v4",

zenoh-plugin-remote-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ maintainer = "zenoh-dev@eclipse.org"
8888
copyright = "2024 ZettaScale Technology"
8989
section = "net"
9090
license-file = ["../zenoh-ts/LICENSE", "0"]
91-
depends = "zenohd (=1.3.4)"
91+
depends = "zenohd (=1.4.0)"

0 commit comments

Comments
 (0)