Skip to content

Commit

Permalink
chore: Bump zenoh.* dependencies to 1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Sep 13, 2024
1 parent f8e781e commit 4e57050
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
106 changes: 53 additions & 53 deletions zenoh-jni/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions zenoh-jni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ flume = "0.10.14"
uhlc = "0.8.0"
json5 = "0.4.1"
serde_yaml = "0.9.19"
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
zenoh = { version = "1.0.0-beta.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-beta.2", default-features = false }
zenoh-ext = { version = "1.0.0-beta.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-beta.2", default-features = false }
tracing = { version = "0.1" , features = ["log"] }
[lib]
name = "zenoh_jni"
Expand Down

0 comments on commit 4e57050

Please sign in to comment.