Skip to content

Commit 20b23ba

Browse files
chore: Merge release/1.3.1 into main (#246)
chore: Merge release/1.3.1 into main
2 parents 72db0dd + 6bf342e commit 20b23ba

File tree

3 files changed

+57
-57
lines changed

3 files changed

+57
-57
lines changed

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
rust-version = "1.75.0"
17-
version = "1.3.0"
17+
version = "1.3.1"
1818
repository = "https://github.com/eclipse-zenoh/zenoh"
1919
homepage = "http://zenoh.io"
2020
edition = "2021"
@@ -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.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["unstable", "internal"], default-features = false }
40-
zenoh-ext = { version = "1.3.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["internal"], default-features = false, optional = true }
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 }
4141
tracing = { version = "0.1" , features = ["log"] }
4242
[lib]
4343
name = "zenoh_jni"

0 commit comments

Comments
 (0)