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 7, 2023
1 parent 732fc92 commit b98ebc0
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 32 deletions.
75 changes: 50 additions & 25 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ serde_json = "1.0.94"
tempfile = "3.4.0"
uhlc = "0.5.2"
walkdir = "2.3.2"
zenoh = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc", features = [ "unstable" ] }
zenoh-codec = {version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
zenoh-collections = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
zenoh-core = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
zenoh-protocol = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
zenoh-util = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
zenoh_backend_traits = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
zenoh = { version = "0.7.2-rc", features = [ "unstable" ] }
zenoh-codec = {version = "0.7.2-rc" }
zenoh-collections = { version = "0.7.2-rc" }
zenoh-core = { version = "0.7.2-rc" }
zenoh-protocol = { version = "0.7.2-rc" }
zenoh-util = { version = "0.7.2-rc" }
zenoh_backend_traits = { version = "0.7.2-rc" }

[build-dependencies]
rustc_version = "0.4.0"
Expand Down

0 comments on commit b98ebc0

Please sign in to comment.