@@ -51,15 +51,15 @@ rustc_version = "0.4"
5151test-case = { version = " 3.3" }
5252tokio = { version = " 1.35.1" , features = [" process" ] }
5353tracing = " 0.1"
54- zenoh = { version = " 1.0.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , features = [
54+ zenoh = { version = " 1.0.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " ci/zenoh_1_75 " , features = [
5555 " internal" ,
5656 " internal_config" ,
5757 " unstable" ,
5858 " plugins" ,
5959] }
60- zenoh-config = { version = " 1.0.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , default-features = false }
61- zenoh-plugin-rest = { version = " 1.0.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , default-features = false , features =[" static_plugin" ]}
62- zenoh-plugin-trait = { version = " 1.0.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , default-features = false }
60+ zenoh-config = { version = " 1.0.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " ci/zenoh_1_75 " , default-features = false }
61+ zenoh-plugin-rest = { version = " 1.0.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " ci/zenoh_1_75 " , default-features = false , features =[" static_plugin" ]}
62+ zenoh-plugin-trait = { version = " 1.0.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " ci/zenoh_1_75 " , default-features = false }
6363zenoh-plugin-ros1 = { version = " 1.0.0-dev" , path = " zenoh-plugin-ros1" , default-features = false }
6464
6565[profile .release ]
0 commit comments