Skip to content

Commit

Permalink
chore: update zenoh deps to zenoh main
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Feb 3, 2025
1 parent a47d586 commit 00ce8d0
Showing 1 changed file with 2 additions and 2 deletions.
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.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.2.0", features = ["unstable", "internal"], default-features = false }
zenoh-ext = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.2.0", features = ["internal"], default-features = false, optional = true }
zenoh = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["unstable", "internal"], default-features = false }
zenoh-ext = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["internal"], default-features = false, optional = true }
tracing = { version = "0.1" , features = ["log"] }
[lib]
name = "zenoh_jni"
Expand Down

0 comments on commit 00ce8d0

Please sign in to comment.