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"