From 45b79d1722632b947dcad830041a5f99455124e0 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Tue, 18 Feb 2025 10:15:53 +0000 Subject: [PATCH] Point zenoh to `eclipse-zenoh:dev/resource_mem_single_or_box_hashset` --- Cargo.toml | 8 ++++---- Cargo.toml.in | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7c2fa762a..cf431d37a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,10 +74,10 @@ spin = "0.9.5" tokio = "*" unwrap-infallible = "0.1.5" const_format = "0.2.32" -zenoh = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] } -zenoh-ext = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "main" } -zenoh-runtime = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } -zenoh-util = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } +zenoh = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/resource_mem_single_or_box_hashset", default-features = false, features = ["internal"] } +zenoh-ext = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "dev/resource_mem_single_or_box_hashset" } +zenoh-runtime = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/resource_mem_single_or_box_hashset" } +zenoh-util = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/resource_mem_single_or_box_hashset" } flume = "*" [build-dependencies] diff --git a/Cargo.toml.in b/Cargo.toml.in index d85070f3e..dea1b657a 100644 --- a/Cargo.toml.in +++ b/Cargo.toml.in @@ -74,10 +74,10 @@ spin = "0.9.5" tokio = "*" unwrap-infallible = "0.1.5" const_format = "0.2.32" -zenoh = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] } -zenoh-ext = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "main" } -zenoh-runtime = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } -zenoh-util = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } +zenoh = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/resource_mem_single_or_box_hashset", default-features = false, features = ["internal"] } +zenoh-ext = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "dev/resource_mem_single_or_box_hashset" } +zenoh-runtime = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/resource_mem_single_or_box_hashset" } +zenoh-util = { version = "1.2.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/resource_mem_single_or_box_hashset" } flume = "*" [build-dependencies]