Skip to content

Commit

Permalink
Point zenoh dependencies to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Jun 6, 2023
1 parent 60ae9b6 commit 2f1e8c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ libc = "0.2.139"
log = "0.4.17"
rand = "0.8.5"
spin = "0.9.5"
zenoh = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.7.2-rc", features = [ "unstable" ] }
zenoh-protocol = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.7.2-rc" }
zenoh-util = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.7.2-rc" }
zenoh = { version = "0.7.2-rc", features = [ "unstable" ] }
zenoh-protocol = { version = "0.7.2-rc" }
zenoh-util = { version = "0.7.2-rc" }

[build-dependencies]
cbindgen = "0.24.3"
Expand Down

0 comments on commit 2f1e8c5

Please sign in to comment.