diff --git a/Cargo.toml b/Cargo.toml index c33b4e3..4afd43a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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