From d3d2874ce2dfc968389b353159ec916918d53366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20H=C3=A9cart?= Date: Tue, 3 Nov 2020 12:52:41 +0100 Subject: [PATCH] Set version to 0.5.0-beta.5 and depend to zenoh 0.5.0-beta.5 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8f67e0c38..40457ee12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-c" -version = "0.5.0-beta.3" +version = "0.5.0-beta.5" repository = "https://github.com/eclipse-zenoh/zenoh-c" homepage = "http://zenoh.io" authors = ["kydos ", @@ -31,9 +31,9 @@ description = "The zenoh C client API" maintenance = { status = "actively-developed" } [dependencies] -zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch="master" } -zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch="master" } -zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch="master" } +zenoh = "0.5.0-beta.5" +zenoh-protocol = "0.5.0-beta.5" +zenoh-util = "0.5.0-beta.5" futures = "0.3.5" async-trait = "0.1.38" spin = "0.5.2"