Skip to content

Commit

Permalink
fix: Rectify plugin path in virtual manifest (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz authored Mar 19, 2024
1 parent 50668f0 commit 28804df
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 @@ -55,7 +55,7 @@ zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.
zenoh-ext = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-core = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-plugin-trait = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
zenoh-plugin-ros1 = { version = "0.11.0-dev", path = "../zenoh-plugin-ros1/", default-features = false }
zenoh-plugin-ros1 = { version = "0.11.0-dev", path = "zenoh-plugin-ros1", default-features = false }

[profile.release]
debug = false
Expand Down

0 comments on commit 28804df

Please sign in to comment.