Skip to content

Commit

Permalink
Set version to 0.5.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Mar 31, 2021
1 parent f320cdc commit e53938b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ name = "zbackend_fs"
crate-type = ["cdylib"]

[dependencies]
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh" }
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh" }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh" }
zenoh_backend_traits = "0.5.0-beta.8"
zenoh = "0.5.0-beta.8"
zenoh-util = "0.5.0-beta.8"
async-std = "=1.9.0"
async-trait = "0.1.42"
uhlc = "0.2.1"
Expand Down

0 comments on commit e53938b

Please sign in to comment.