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
Mallets committed Sep 28, 2023
1 parent 01d4d18 commit f331d72
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 26 deletions.
69 changes: 46 additions & 23 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ pyo3 = { version = "0.18.1", features = ["extension-module", "abi3-py37"] }
serde_json = "1.0.94"
uhlc = "0.6.0"
validated_struct = "2.1.0"
zenoh = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.10.0-rc", features = [
zenoh = { version = "0.10.0-rc", features = [
"unstable",
] }
zenoh-buffers = { 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-buffers = { version = "0.10.0-rc" }
zenoh-core = { version = "0.10.0-rc" }

0 comments on commit f331d72

Please sign in to comment.