@@ -35,16 +35,16 @@ serde = { version = "1.0.219", default-features = false, features = [
3535] } # Default features are disabled due to usage in no_std crates
3636serde_json = " 1.0.140"
3737jsonschema = { version = " 0.18.0" , default-features = false }
38- zenoh = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , features = [
38+ zenoh = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.7.0 " , features = [
3939 " internal" ,
4040 " plugins" ,
4141 " unstable" ,
42- ], version = " 1.6.2 " }
43- zenoh-ext = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.6.2 " }
44- zenoh-plugin-trait = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.6.2 " }
45- zenoh-util = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.6.2 " }
46- zenoh-result = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.6.2 " }
47- zenoh-keyexpr = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.6.2 " }
42+ ], version = " 1.7.0 " }
43+ zenoh-ext = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.7.0 " , version = " 1.7.0 " }
44+ zenoh-plugin-trait = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.7.0 " , version = " 1.7.0 " }
45+ zenoh-util = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.7.0 " , version = " 1.7.0 " }
46+ zenoh-result = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.7.0 " , version = " 1.7.0 " }
47+ zenoh-keyexpr = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.7.0 " , version = " 1.7.0 " }
4848zenoh-plugin-remote-api = { path = " zenoh-plugin-remote-api" , version = " 1.7.0" }
4949
5050uuid = { version = " 1.17.0" , default-features = false , features = [
@@ -55,8 +55,8 @@ uhlc = { version = "0.8.0", default-features = false } # Default features are di
5555cargo-run-bin = " 1.7.4"
5656
5757[workspace .dependencies .zenohd ]
58- version = " 1.6.2 "
59- branch = " main "
58+ version = " 1.7.0 "
59+ branch = " release/1.7.0 "
6060git = " https://github.com/eclipse-zenoh/zenoh.git"
6161
6262[workspace .metadata .bin ]
0 commit comments