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 99fe865 commit 8c1945d
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 30 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.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ log = "0.4.17"
serde = { version = "1.0.154", features = ["derive"] }
serde_json = "1.0.94"
uuid = { version = "1.3.0", features = ["v4"] }
zenoh = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc", features = [ "unstable" ] }
zenoh_backend_traits = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
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-util = { version = "0.7.2-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.7.2-rc" }
zenoh = { version = "0.7.2-rc", features = [ "unstable" ] }
zenoh_backend_traits = { version = "0.7.2-rc" }
zenoh-collections = { version = "0.7.2-rc" }
zenoh-core = { version = "0.7.2-rc" }
zenoh-util = { version = "0.7.2-rc" }

[build-dependencies]
rustc_version = "0.4.0"
Expand Down

0 comments on commit 8c1945d

Please sign in to comment.