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 daef161 commit df07a3d
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 33 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.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ log = "0.4.17"
rocksdb = "0.20.1"
serde_json = "1.0.94"
uhlc = "0.5.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-keyexpr = { 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-keyexpr = { 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 df07a3d

Please sign in to comment.