Skip to content

Commit

Permalink
chore: Bump zenoh.* dependencies to 1.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Aug 6, 2024
1 parent cc05cfd commit 5907711
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.8.0"
json5 = "0.4.1"
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", default-features = false }
zenoh-ext = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", default-features = false }
zenoh-protocol = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", default-features = false }
zenoh = { version = "1.0.0-alpha.6", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-alpha.6", default-features = false }
zenoh-ext = { version = "1.0.0-alpha.6", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-alpha.6", default-features = false }
zenoh-protocol = { version = "1.0.0-alpha.6", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-alpha.6", default-features = false }
tracing = "0.1"
[lib]
name = "zenoh_jni"
Expand Down

0 comments on commit 5907711

Please sign in to comment.