Skip to content

Commit f28dc85

Browse files
chore: Update git/branch zenoh-plugin-ros2dds/Cargo.toml
1 parent 83633e6 commit f28dc85

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ tracing = "0.1"
4646
zenoh = { version = "1.3.3", features = [
4747
"plugins",
4848
"unstable",
49-
] }
50-
zenoh-config = { version = "1.3.3", default-features = false }
49+
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
50+
zenoh-config = { version = "1.3.3", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
5151
zenoh-ext = { version = "1.3.3", features = [
5252
"unstable",
53-
] }
53+
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
5454
zenoh-plugin-ros2dds = { version = "1.3.3", path = "zenoh-plugin-ros2dds/", default-features = false }
5555
zenoh-plugin-rest = { version = "1.3.3", default-features = false, features = [
5656
"static_plugin",
57-
] }
58-
zenoh-plugin-trait = { version = "1.3.3", default-features = false }
57+
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
58+
zenoh-plugin-trait = { version = "1.3.3", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
5959

6060
[profile.release]
6161
codegen-units = 1

0 commit comments

Comments
 (0)