From 821eac237d250527fe1871b758d4e18550b82bbf Mon Sep 17 00:00:00 2001 From: Joseph Perez Date: Thu, 11 Jul 2024 15:42:07 +0200 Subject: [PATCH] fix: remove useless dependencies --- Cargo.toml.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml.in b/Cargo.toml.in index 0f3084b25..399317bc6 100644 --- a/Cargo.toml.in +++ b/Cargo.toml.in @@ -53,8 +53,6 @@ spin = "0.9.5" unwrap-infallible = "0.1.5" const_format = "0.2.32" zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", default-features = false } -zenoh-protocol = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" } -zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" } zenoh-ext = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" } flume = "*"