@@ -48,19 +48,19 @@ secrecy = { version = "0.8.0", features = ["alloc", "serde"] }
48
48
serde = " 1.0.154"
49
49
serde_json = " 1.0.94"
50
50
tracing = " 0.1"
51
- zenoh = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " fix/1059-add-plugin-id " , features = [
51
+ zenoh = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , features = [
52
52
" plugins" ,
53
53
" unstable" ,
54
54
] }
55
- zenoh-collections = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " fix/1059-add-plugin-id " }
56
- zenoh-core = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " fix/1059-add-plugin-id " }
57
- zenoh-ext = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " fix/1059-add-plugin-id " , features = [
55
+ zenoh-collections = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " }
56
+ zenoh-core = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " }
57
+ zenoh-ext = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , features = [
58
58
" unstable" ,
59
59
] }
60
60
zenoh-plugin-mqtt = { version = " 0.11.0-dev" , path = " zenoh-plugin-mqtt/" , default-features = false }
61
- zenoh-plugin-rest = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " fix/1059-add-plugin-id " , default-features = false }
62
- zenoh-plugin-trait = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " fix/1059-add-plugin-id " , default-features = false }
63
- zenoh-util = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " fix/1059-add-plugin-id " }
61
+ zenoh-plugin-rest = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , default-features = false }
62
+ zenoh-plugin-trait = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " , default-features = false }
63
+ zenoh-util = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main " }
64
64
65
65
[profile .release ]
66
66
codegen-units = 1
0 commit comments