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 9fadd42 commit 603d3e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ 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.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.7.2-rc", features = [
zenoh = { version = "0.7.2-rc", features = [
"unstable",
] }
zenoh-buffers = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.7.2-rc" }
zenoh-cfg-properties = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.7.2-rc" }
zenoh-core = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release-0.7.2-rc" }
zenoh-buffers = { version = "0.7.2-rc" }
zenoh-cfg-properties = { version = "0.7.2-rc" }
zenoh-core = { version = "0.7.2-rc" }

0 comments on commit 603d3e0

Please sign in to comment.