From ee1d10ad7b6a452b86122f2982c92285067127ce Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Mon, 21 Oct 2024 11:52:06 +0000 Subject: [PATCH] chore: Bump /zenoh.*/ dependencies to `1.0.0` --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6316880..73fd457 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,19 +62,19 @@ tracing = "0.1" uhlc = "0.5.2" webpki = "0.22.0" webpki-roots = "0.25" -zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ +zenoh = { version = "1.0.0", features = [ "unstable", "internal", ] } -zenoh-plugin-trait = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } -zenoh_backend_traits = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } +zenoh-plugin-trait = { version = "1.0.0"} +zenoh_backend_traits = { version = "1.0.0"} [build-dependencies] rustc_version = "0.4.0" [package.metadata.deb] copyright = "2022 ZettaScale Technology" -depends = "zenoh-plugin-storage-manager (=1.0.0~dev-1)" +depends = "zenoh-plugin-storage-manager (=1.0.0)" license-file = ["LICENSE", "0"] maintainer = "zenoh-dev@eclipse.org" name = "zenoh-backend-s3"