Skip to content

Commit

Permalink
Set version to 0.5.0-beta.5 and depend to zenoh 0.5.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Nov 3, 2020
1 parent 199180e commit d3d2874
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
Expand All @@ -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"
Expand Down

0 comments on commit d3d2874

Please sign in to comment.