Skip to content

Commit 4983700

Browse files
chore: Bump zenoh.* dependencies to 1.0.0-beta.1
1 parent 1968ed5 commit 4983700

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jni = "0.21.1"
3535
flume = "0.10.14"
3636
uhlc = "0.8.0"
3737
json5 = "0.4.1"
38-
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
39-
zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
40-
zenoh-protocol = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
38+
zenoh = { version = "1.0.0-beta.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-beta.1", default-features = false }
39+
zenoh-ext = { version = "1.0.0-beta.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-beta.1", default-features = false }
40+
zenoh-protocol = { version = "1.0.0-beta.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-beta.1", default-features = false }
4141
tracing = "0.1"
4242
[lib]
4343
name = "zenoh_jni"

0 commit comments

Comments
 (0)