@@ -37,15 +37,15 @@ serde = { version = "1.0.210", default-features = false, features = [
3737 " derive" ,
3838] } # Default features are disabled due to usage in no_std crates
3939serde_json = " 1.0.128"
40- zenoh = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , features = [
40+ zenoh = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.4.0 " , features = [
4141 " plugins" ,
42- ], version = " 1.3.4 " }
43- zenoh-ext = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.3.4 " }
44- zenoh_backend_traits = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.3.4 " }
45- zenoh-plugin-trait = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.3.4 " }
46- zenoh-util = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.3.4 " }
47- zenoh-result = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.3.4 " }
48- zenoh-keyexpr = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.3.4 " }
42+ ], version = " 1.4.0 " }
43+ zenoh-ext = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.4.0 " , version = " 1.4.0 " }
44+ zenoh_backend_traits = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.4.0 " , version = " 1.4.0 " }
45+ zenoh-plugin-trait = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.4.0 " , version = " 1.4.0 " }
46+ zenoh-util = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.4.0 " , version = " 1.4.0 " }
47+ zenoh-result = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.4.0 " , version = " 1.4.0 " }
48+ zenoh-keyexpr = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.4.0 " , version = " 1.4.0 " }
4949
5050uuid = { version = " 1.3.0" , default-features = false , features = [
5151 " v4" ,
0 commit comments