-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>", | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --------------------------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
nightly-2020-12-29 | ||
nightly-2021-03-16 |