Skip to content

Commit f4276ed

Browse files
committed
Set version to 0.5.0-b5 and depend to zenoh 0.5.0-beta.5
1 parent 0372c25 commit f4276ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
[package]
1515
name = "eclipse-zenoh"
16-
version = "0.5.0-b4"
16+
version = "0.5.0-b5"
1717
authors = ["kydos <angelo@icorsaro.net>",
1818
"Julien Enoch <julien@enoch.fr>",
1919
"Olivier Hécart <olivier.hecart@adlinktech.com>",
@@ -39,7 +39,7 @@ name = "zenoh"
3939
crate-type = ["cdylib"]
4040

4141
[dependencies]
42-
zenoh = { version = "0.5.0-beta.4", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" }
42+
zenoh = "0.5.0-beta.5"
4343
uhlc = "0.2"
4444
futures = "0.3.5"
4545
log = "0.4"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
author = 'ADLINK zenoh team, <zenoh@adlink-labs.tech>'
3434

3535
# The full version, including alpha/beta/rc tags
36-
release = '0.5.0-b4'
36+
release = '0.5.0-b5'
3737

3838

3939
# -- General configuration ---------------------------------------------------

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### NOTE: Read the Docs cannot build the Rust code, and thus is not able to import zenoh
22
### unless it's installed from pypi.org as a requirement
3-
eclipse-zenoh == 0.5.0-b4
3+
eclipse-zenoh == 0.5.0-b5

0 commit comments

Comments
 (0)