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 7, 2023
1 parent ee14522 commit d1e4a09
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 32 deletions.
78 changes: 52 additions & 26 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 @@ -46,12 +46,12 @@ regex = "1.7.1"
rustc_version = "0.4"
serde = "1.0.154"
serde_json = "1.0.94"
zenoh = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc", features = ["unstable"] }
zenoh-collections = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
zenoh-core = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
zenoh-ext = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc", features = ["unstable"] }
zenoh-plugin-rest = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc", default-features = false }
zenoh-plugin-trait = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc", default-features = false }
zenoh = { version = "0.7.2-rc", features = ["unstable"] }
zenoh-collections = { version = "0.7.2-rc" }
zenoh-core = { version = "0.7.2-rc" }
zenoh-ext = { version = "0.7.2-rc", features = ["unstable"] }
zenoh-plugin-rest = { version = "0.7.2-rc", default-features = false }
zenoh-plugin-trait = { version = "0.7.2-rc", default-features = false }

[profile.release]
debug = false
Expand Down

0 comments on commit d1e4a09

Please sign in to comment.