Skip to content

Commit 54684e0

Browse files
chore: Bump zenoh.* version to 1.3.4
1 parent f5c80f4 commit 54684e0

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.154", default-features = false, features = [
3737
"derive",
3838
] } # Default features are disabled due to usage in no_std crates
3939
serde_json = "1.0.114"
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.3.4", features = [
4141
"plugins",
42-
], version = "1.3.3" }
43-
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.3.3" }
44-
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.3.3" }
45-
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.3.3" }
46-
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.3.3" }
47-
zenoh-result = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.3.3" }
48-
zenoh-keyexpr = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.3.3" }
42+
], version = "1.3.4" }
43+
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.3.4", version = "1.3.4" }
44+
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.3.4", version = "1.3.4" }
45+
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.3.4", version = "1.3.4" }
46+
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.3.4", version = "1.3.4" }
47+
zenoh-result = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.3.4", version = "1.3.4" }
48+
zenoh-keyexpr = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.3.4", version = "1.3.4" }
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.3)"
91+
depends = "zenohd (=1.3.4)"

0 commit comments

Comments
 (0)