Skip to content

Commit

Permalink
Set version to 0.5.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Nov 25, 2021
1 parent ae8b43c commit 7b798f6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
22 changes: 13 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh_backend_filesystem"
version = "0.5.0-dev"
version = "0.5.0-beta.9"
authors = ["kydos <[email protected]>",
"Julien Enoch <[email protected]>",
"Olivier Hécart <[email protected]>",
Expand All @@ -25,9 +25,9 @@ name = "zbackend_fs"
crate-type = ["cdylib"]

[dependencies]
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh_backend_traits = "0.5.0-beta.9"
zenoh = "0.5.0-beta.9"
zenoh-util = "0.5.0-beta.9"
async-std = "=1.9.0"
async-trait = "0.1.42"
uhlc = "0.4.0"
Expand All @@ -51,4 +51,4 @@ maintainer = "[email protected]"
copyright = "2017, 2020 ADLINK Technology Inc."
section = "net"
license-file = ["LICENSE", "0"]
depends = "zenoh-storages (=0.5.0-dev)"
depends = "zenoh-storages (=0.5.0-beta.9)"

0 comments on commit 7b798f6

Please sign in to comment.