@@ -48,22 +48,22 @@ serde = "1.0.210"
48
48
serde_json = " 1.0.128"
49
49
tokio = { version = " 1.40.0" , default-features = false } # Default features are disabled due to some crates' requirements
50
50
tracing = " 0.1"
51
- zenoh = { version = " 1.0.0-dev " , git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " , features = [
51
+ zenoh = { version = " 1.1.0 " , features = [
52
52
" plugins" ,
53
53
" unstable" ,
54
54
" internal" ,
55
55
" internal_config" ,
56
56
57
57
] }
58
- zenoh-config = { version = " 1.0.0-dev " , git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " , default-features = false }
59
- zenoh-ext = { version = " 1.0.0-dev " , git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " , features = [
58
+ zenoh-config = { version = " 1.1.0 " , default-features = false }
59
+ zenoh-ext = { version = " 1.1.0 " , features = [
60
60
" unstable" ,
61
61
] }
62
- zenoh-plugin-mqtt = { version = " 1.0.0-dev " , path = " zenoh-plugin-mqtt/" , default-features = false }
63
- zenoh-plugin-rest = { version = " 1.0.0-dev " , git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " , default-features = false , features = [
62
+ zenoh-plugin-mqtt = { version = " 1.1.0 " , path = " zenoh-plugin-mqtt/" , default-features = false }
63
+ zenoh-plugin-rest = { version = " 1.1.0 " , default-features = false , features = [
64
64
" static_plugin" ,
65
65
] }
66
- zenoh-plugin-trait = { version = " 1.0.0-dev " , git = " https://github.com/eclipse-zenoh/zenoh.git " , branch = " main " , default-features = false }
66
+ zenoh-plugin-trait = { version = " 1.1.0 " , default-features = false }
67
67
68
68
69
69
[profile .release ]
0 commit comments