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
fuzzypixelz committed Dec 21, 2023
1 parent 177fff5 commit d4b7587
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 31 deletions.
75 changes: 50 additions & 25 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ regex = "1.7.1"
rustc_version = "0.4"
serde = "1.0.154"
serde_json = "1.0.94"
zenoh = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc", features = ["unstable"] }
zenoh-collections = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc" }
zenoh-core = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc" }
zenoh-ext = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc", features = ["unstable"] }
zenoh-plugin-rest = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc", default-features = false }
zenoh-plugin-trait = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc", default-features = false }
zenoh = { version = "0.10.1-rc", features = ["unstable"] }
zenoh-collections = { version = "0.10.1-rc" }
zenoh-core = { version = "0.10.1-rc" }
zenoh-ext = { version = "0.10.1-rc", features = ["unstable"] }
zenoh-plugin-rest = { version = "0.10.1-rc", default-features = false }
zenoh-plugin-trait = { version = "0.10.1-rc", default-features = false }

[profile.release]
debug = false
Expand Down

0 comments on commit d4b7587

Please sign in to comment.