Skip to content

Commit 61330df

Browse files
chore: Bump zenoh.* dependencies to 1.3.2
1 parent 9a712e0 commit 61330df

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

zenoh-jni/Cargo.lock

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

zenoh-jni/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ flume = "0.10.14"
3636
uhlc = "0.8.0"
3737
json5 = "0.4.1"
3838
serde_yaml = "0.9.19"
39-
zenoh = { version = "1.3.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["unstable", "internal"], default-features = false }
40-
zenoh-ext = { version = "1.3.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["internal"], default-features = false, optional = true }
39+
zenoh = { version = "1.3.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.3.2", features = ["unstable", "internal"], default-features = false }
40+
zenoh-ext = { version = "1.3.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.3.2", features = ["internal"], default-features = false, optional = true }
4141
tracing = { version = "0.1" , features = ["log"] }
4242
[lib]
4343
name = "zenoh_jni"

0 commit comments

Comments
 (0)