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 Oct 2, 2023
1 parent 8952f3b commit 2e188b0
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 28 deletions.
72 changes: 48 additions & 24 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ rand = "0.8.5"
strum = "0.24"
strum_macros = "0.24"
duration-string = "0.3.0"
zenoh = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.10.0-rc" }
zenoh-ext = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.10.0-rc" }
zenoh-core = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.10.0-rc" }
zenoh-plugin-trait = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.10.0-rc", default-features = false }
zenoh = { version = "0.10.0-rc" }
zenoh-ext = { version = "0.10.0-rc" }
zenoh-core = { version = "0.10.0-rc" }
zenoh-plugin-trait = { version = "0.10.0-rc", default-features = false }
flume = "0.11"
hex = "0.4.3"
xml-rpc = "0.0.12"
Expand Down

0 comments on commit 2e188b0

Please sign in to comment.