Skip to content

Commit b98ebc0

Browse files
committed
Point zenoh dependencies to crates.io
1 parent 732fc92 commit b98ebc0

File tree

2 files changed

+57
-32
lines changed

2 files changed

+57
-32
lines changed

Cargo.lock

Lines changed: 50 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ serde_json = "1.0.94"
4848
tempfile = "3.4.0"
4949
uhlc = "0.5.2"
5050
walkdir = "2.3.2"
51-
zenoh = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc", features = [ "unstable" ] }
52-
zenoh-codec = {version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
53-
zenoh-collections = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
54-
zenoh-core = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
55-
zenoh-protocol = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
56-
zenoh-util = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
57-
zenoh_backend_traits = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
51+
zenoh = { version = "0.7.2-rc", features = [ "unstable" ] }
52+
zenoh-codec = {version = "0.7.2-rc" }
53+
zenoh-collections = { version = "0.7.2-rc" }
54+
zenoh-core = { version = "0.7.2-rc" }
55+
zenoh-protocol = { version = "0.7.2-rc" }
56+
zenoh-util = { version = "0.7.2-rc" }
57+
zenoh_backend_traits = { version = "0.7.2-rc" }
5858

5959
[build-dependencies]
6060
rustc_version = "0.4.0"

0 commit comments

Comments
 (0)