From c56fda441a47d0831fcf5fa99c6065f9ad968f62 Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Wed, 2 Oct 2024 16:49:59 +0000 Subject: [PATCH] chore: Bump /zenoh.*/ dependencies to `1.0.0-beta.4` --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 07315f7..dc91537 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,10 +49,10 @@ tide = "0.16.0" tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements tokio-stream = "0.1.15" tracing = "0.1" -zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ +zenoh = { version = "1.0.0-beta.4", features = [ "unstable", "internal", "plugins" ] } -zenoh-plugin-trait = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } +zenoh-plugin-trait = { version = "1.0.0-beta.4", default-features = false } [build-dependencies] rustc_version = "0.4.0" @@ -63,4 +63,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2022 ZettaScale Technology" section = "net" license-file = ["LICENSE", "0"] -depends = "zenohd (=1.0.0~dev-1)" +depends = "zenohd (=1.0.0~beta.4-1)"