From 8a06c40c9194ef8f66a840f45d0ffeaf23bfb4fd Mon Sep 17 00:00:00 2001 From: OlivierHecart Date: Mon, 2 Oct 2023 15:26:18 +0200 Subject: [PATCH] Update Cargo.toml.in --- Cargo.toml | 4 ++-- Cargo.toml.in | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 24be518a1..6770b04b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-c" -version = "0.10.0-rc" +version = "0.10.0-rc.1" repository = "https://github.com/eclipse-zenoh/zenoh-c" homepage = "http://zenoh.io" authors = [ @@ -75,7 +75,7 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2022 ZettaScale Technology" section = "net" license-file = ["LICENSE", "0"] -depends = "libzenohc (=0.7.0~dev)" +depends = "libzenohc (=0.10.0~rc)" assets = [["include/*", "usr/include/", "755"]] [profile.dev] diff --git a/Cargo.toml.in b/Cargo.toml.in index fd810dbab..00443a963 100644 --- a/Cargo.toml.in +++ b/Cargo.toml.in @@ -47,9 +47,9 @@ libc = "0.2.139" log = "0.4.17" rand = "0.8.5" spin = "0.9.5" -zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [ "shared-memory", "unstable" ] } -zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [ "shared-memory" ] } -zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" } +zenoh = { version = "0.10.0-rc", features = [ "shared-memory", "unstable" ] } +zenoh-protocol = { version = "0.10.0-rc", features = [ "shared-memory" ] } +zenoh-util = { version = "0.10.0-rc" } [build-dependencies] cbindgen = "0.24.3" @@ -75,7 +75,7 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2022 ZettaScale Technology" section = "net" license-file = ["LICENSE", "0"] -depends = "libzenohc (=0.7.0~dev)" +depends = "libzenohc (=0.10.0~rc)" assets = [["include/*", "usr/include/", "755"]] [profile.dev]