@@ -37,15 +37,15 @@ serde = { version = "1.0.154", default-features = false, features = [
37
37
" derive" ,
38
38
] } # Default features are disabled due to usage in no_std crates
39
39
serde_json = " 1.0.114"
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.3.0 " , features = [
41
41
" plugins" ,
42
- ], version = " 1.2.1 " }
43
- zenoh-ext = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.2.1 " }
44
- zenoh_backend_traits = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.2.1 " }
45
- zenoh-plugin-trait = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.2.1 " }
46
- zenoh-util = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.2.1 " }
47
- zenoh-result = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.2.1 " }
48
- zenoh-keyexpr = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , version = " 1.2.1 " }
42
+ ], version = " 1.3.0 " }
43
+ zenoh-ext = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.3.0 " , version = " 1.3.0 " }
44
+ zenoh_backend_traits = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.3.0 " , version = " 1.3.0 " }
45
+ zenoh-plugin-trait = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.3.0 " , version = " 1.3.0 " }
46
+ zenoh-util = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.3.0 " , version = " 1.3.0 " }
47
+ zenoh-result = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.3.0 " , version = " 1.3.0 " }
48
+ zenoh-keyexpr = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " release/1.3.0 " , version = " 1.3.0 " }
49
49
50
50
uuid = { version = " 1.3.0" , default-features = false , features = [
51
51
" v4" ,
0 commit comments