Skip to content

Commit 1e9c17e

Browse files
committed
Point zenoh dependencies to crates.io
1 parent 4e9c012 commit 1e9c17e

File tree

2 files changed

+56
-31
lines changed

2 files changed

+56
-31
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ regex = "1.7.1"
4747
rustc_version = "0.4"
4848
serde = "1.0.154"
4949
serde_json = "1.0.94"
50-
zenoh = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.0-rc", features = ["unstable"] }
51-
zenoh-collections = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.0-rc" }
52-
zenoh-core = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.0-rc" }
53-
zenoh-ext = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.0-rc", features = ["unstable"] }
54-
zenoh-plugin-rest = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.0-rc", default-features = false }
55-
zenoh-plugin-trait = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.0-rc", default-features = false }
50+
zenoh = { version = "0.10.0-rc", features = ["unstable"] }
51+
zenoh-collections = { version = "0.10.0-rc" }
52+
zenoh-core = { version = "0.10.0-rc" }
53+
zenoh-ext = { version = "0.10.0-rc", features = ["unstable"] }
54+
zenoh-plugin-rest = { version = "0.10.0-rc", default-features = false }
55+
zenoh-plugin-trait = { version = "0.10.0-rc", default-features = false }
5656

5757
[profile.release]
5858
debug = false

0 commit comments

Comments
 (0)