diff --git a/Cargo.toml b/Cargo.toml index 09db34f..cc7afc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,9 +27,9 @@ convert_case = "0.6.0" env_logger = "0.11.5" epan-sys = { path = "epan-sys" } log = "0.4.22" -zenoh-buffers = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } -zenoh-codec = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } -zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } -zenoh-transport = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ +zenoh-buffers = { version = "1.0.2" } +zenoh-codec = { version = "1.0.2" } +zenoh-protocol = { version = "1.0.2" } +zenoh-transport = { features = [ "transport_compression", -] } +] , version = "1.0.2" }