Skip to content

Commit

Permalink
fix: Specify plugin version in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Jan 17, 2024
1 parent ba433d1 commit 1ef365f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ regex = "1.7.1"
rustc_version = "0.4"
serde = "1.0.154"
serde_json = "1.0.94"
zenoh-plugin-ros2dds = { version = "0.11.0-dev", path = "../zenoh-plugin-ros2dds/", default-features = false }
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [
"unstable",
] }
Expand Down
2 changes: 1 addition & 1 deletion zenoh-bridge-ros2dds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde_json = { workspace = true }
zenoh = { workspace = true }
zenoh-plugin-rest = { workspace = true }
zenoh-plugin-trait = { workspace = true }
zenoh-plugin-ros2dds = { version = "0.11.0-dev", path = "../zenoh-plugin-ros2dds/", default-features = false }
zenoh-plugin-ros2dds = { workspace = true }

[[bin]]
name = "zenoh-bridge-ros2dds"
Expand Down

0 comments on commit 1ef365f

Please sign in to comment.