Skip to content

Commit

Permalink
Set version to 0.5.0-b8
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Mar 31, 2021
1 parent 1b8719a commit c5e6b48
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "eclipse-zenoh"
version = "0.5.0-b8.dev1"
version = "0.5.0-b8"
authors = ["kydos <[email protected]>",
"Julien Enoch <[email protected]>",
"Olivier Hécart <[email protected]>",
Expand All @@ -39,7 +39,7 @@ name = "zenoh"
crate-type = ["cdylib"]

[dependencies]
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh" }
zenoh = "0.5.0-beta.8"
async-std = "=1.9.0"
uhlc = "0.2"
futures = "0.3.12"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
author = 'ADLINK zenoh team, <[email protected]>'

# The full version, including alpha/beta/rc tags
release = '0.5.0-b5'
release = '0.5.0-b8'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### NOTE: Read the Docs cannot build the Rust code, and thus is not able to import zenoh
### unless it's installed from pypi.org as a requirement
eclipse-zenoh == 0.5.0-b5
eclipse-zenoh == 0.5.0-b8
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2020-12-29
nightly-2021-03-16

0 comments on commit c5e6b48

Please sign in to comment.