Skip to content

Commit

Permalink
fix: Incorrect plugin path
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Jan 17, 2024
1 parent 1ef365f commit c1388cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +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-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

0 comments on commit c1388cb

Please sign in to comment.