@@ -3,7 +3,7 @@ members = ["zenoh-plugin-remote-api", "zenoh-bridge-remote-api", "zenoh-keyexpr-
33resolver = " 1"
44
55[workspace .package ]
6- version = " 1.5 .1"
6+ version = " 1.6 .1"
77repository = " https://github.com/eclipse-zenoh/zenoh-ts"
88homepage = " http://zenoh.io"
99authors = [" Charles Schleich <charles.schleich@zettascale.tech>" ]
@@ -44,7 +44,7 @@ zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branc
4444zenoh-util = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" , version = " 1.5.1" }
4545zenoh-result = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" , version = " 1.5.1" }
4646zenoh-keyexpr = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" , version = " 1.5.1" }
47- zenoh-plugin-remote-api = { path = " zenoh-plugin-remote-api" , version = " 1.5 .1" }
47+ zenoh-plugin-remote-api = { path = " zenoh-plugin-remote-api" , version = " 1.6 .1" }
4848
4949uuid = { version = " 1.17.0" , default-features = false , features = [
5050 " v4" ,
@@ -54,7 +54,7 @@ uhlc = { version = "0.8.0", default-features = false } # Default features are di
5454cargo-run-bin = " 1.7.4"
5555
5656[workspace .metadata .bin ]
57- zenohd = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" , version = " 1.5 .1" }
57+ zenohd = { git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" , version = " 1.6 .1" }
5858
5959[profile .release .package .zenoh-keyexpr-wasm ]
6060# Tell `rustc` to optimize for small code size for wasm project
0 commit comments