Skip to content

Commit

Permalink
chore: Bump zenoh.* dependencies to 0.11.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Apr 30, 2024
1 parent 761d4d8 commit 96bcd45
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 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.

6 changes: 3 additions & 3 deletions zenoh-jni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jni = "0.21.1"
flume = "0.10.14"
uhlc = "0.7.0"
json5 = "0.4.1"
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
zenoh-ext = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh = { version = "0.11.0-rc.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0-rc.2", default-features = false }
zenoh-ext = { version = "0.11.0-rc.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0-rc.2", default-features = false }
zenoh-util = { version = "0.11.0-rc.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0-rc.2" }
tracing = "0.1"
[lib]
name = "zenoh_jni"
Expand Down

0 comments on commit 96bcd45

Please sign in to comment.