From 2d4342d58dbc4b3ab251f72a012f20102e6c0a6a Mon Sep 17 00:00:00 2001 From: Gabriele Baldoni Date: Fri, 30 Aug 2024 15:19:51 +0200 Subject: [PATCH] deps: tracking zenoh main Signed-off-by: Gabriele Baldoni --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c89745e..26ee215 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,10 +62,10 @@ tokio = { version = "1.35.1", default-features = false, features = [ "rt", "time", ] } -zenoh = { version = "1.0.0-alpha.6", default-features = false } -zenoh-codec = { version = "1.0.0-alpha.6" } -zenoh-core = { version = "1.0.0-alpha.6" } -zenoh-ext = { version = "1.0.0-alpha.6" } -zenoh-macros = { version = "1.0.0-alpha.6" } -zenoh-protocol = { version = "1.0.0-alpha.6" } -zenoh-util = { version = "1.0.0-alpha.6" } +zenoh = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main", default-features = false } +zenoh-codec = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" } +zenoh-core = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" } +zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" } +zenoh-macros = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" } +zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" } +zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" }