Skip to content

Commit

Permalink
Depend on zenoh 'master' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Nov 24, 2023
1 parent 63382f2 commit 461e842
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 45 deletions.
77 changes: 46 additions & 31 deletions Cargo.lock

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

27 changes: 13 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,11 @@
#
[workspace]
resolver = "2"
members = [
"zenoh-bridge-ros2dds",
"zenoh-plugin-ros2dds",
]
members = ["zenoh-bridge-ros2dds", "zenoh-plugin-ros2dds"]

[workspace.package]
version = "0.1.0-dev"
authors = [
"Julien Enoch <[email protected]>",
]
authors = ["Julien Enoch <[email protected]>"]
edition = "2021"
repository = "https://github.com/eclipse-zenoh/zenoh-plugin-ros2dds"
homepage = "http://zenoh.io"
Expand All @@ -48,13 +43,17 @@ regex = "1.7.1"
rustc_version = "0.4"
serde = "1.0.154"
serde_json = "1.0.94"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "matching_state", features = ["unstable"] }
zenoh-collections = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "matching_state" }
zenoh-core = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "matching_state" }
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "matching_state", features = ["unstable"] }
zenoh-plugin-rest = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "matching_state", default-features = false }
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "matching_state", default-features = false }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "matching_state", default-features = false }
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", features = [
"unstable",
] }
zenoh-collections = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-core = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", features = [
"unstable",
] }
zenoh-plugin-rest = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", default-features = false }
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", default-features = false }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", default-features = false }

[profile.release]
debug = false
Expand Down

0 comments on commit 461e842

Please sign in to comment.