Skip to content

Commit

Permalink
fix: Specify version & git locations for zenoh deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Jan 11, 2024
1 parent 08c2e60 commit 0b52c03
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ 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 = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [
"unstable",
], default-features = false }
zenoh-buffers = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" }
zenoh-core = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" }
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = ["unstable"], default-features = false }
zenoh-buffers = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" }
zenoh-core = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" }

0 comments on commit 0b52c03

Please sign in to comment.