Skip to content

Commit

Permalink
Set version to 0.5.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Feb 4, 2021
1 parent 8033f42 commit fb8df4f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 20 deletions.
41 changes: 27 additions & 14 deletions Cargo.lock

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

11 changes: 5 additions & 6 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-beta.6"
version = "0.5.0-beta.7"
authors = ["kydos <[email protected]>",
"Julien Enoch <[email protected]>",
"Olivier Hécart <[email protected]>",
Expand All @@ -25,10 +25,9 @@ name = "zbackend_fs"
crate-type = ["cdylib"]

[dependencies]
# TODO: set zenoh version when 0.5.0-beta.6 is released
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git" }
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git" }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git" }
zenoh_backend_traits = "0.5.0-beta.7"
zenoh = "0.5.0-beta.7"
zenoh-util = "0.5.0-beta.7"
async-std = "=1.9.0"
async-trait = "0.1.42"
uhlc = "0.2.1"
Expand All @@ -52,4 +51,4 @@ maintainer = "[email protected]"
copyright = "2017, 2020 ADLINK Technology Inc."
section = "net"
license-file = ["LICENSE", "0"]
depends = "zenoh-storages"
depends = "zenoh-storages (==0.5.0~beta.7)"

0 comments on commit fb8df4f

Please sign in to comment.