Skip to content

Commit

Permalink
Set version to 0.5.0-beta.6 and update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Feb 2, 2021
1 parent 4f6cd69 commit 2cf0465
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 42 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions backends/traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh_backend_traits"
version = "0.5.0-beta.5"
version = "0.5.0-beta.6"
authors = ["kydos <[email protected]>",
"Julien Enoch <[email protected]>",
"Olivier Hécart <[email protected]>",
Expand All @@ -22,6 +22,6 @@ edition = "2018"


[dependencies]
zenoh = { version = "0.5.0-beta.5", path = "../../zenoh" }
zenoh = { version = "0.5.0-beta.6", path = "../../zenoh" }
async-std = "=1.9.0"
async-trait = "0.1"
6 changes: 3 additions & 3 deletions plugins/example-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zplugin-example"
version = "0.5.0-beta.5"
version = "0.5.0-beta.6"
authors = ["kydos <[email protected]>",
"Julien Enoch <[email protected]>",
"Olivier Hécart <[email protected]>",
Expand All @@ -29,8 +29,8 @@ crate-type = ["cdylib"]


[dependencies]
zenoh = { version = "0.5.0-beta.5", path = "../../zenoh" }
zenoh-router = { version = "0.5.0-beta.5", path = "../../zenoh-router" }
zenoh = { version = "0.5.0-beta.6", path = "../../zenoh" }
zenoh-router = { version = "0.5.0-beta.6", path = "../../zenoh-router" }
futures = "0.3.12"
clap = "2"
log = "0.4"
Expand Down
8 changes: 4 additions & 4 deletions plugins/zenoh-rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-rest"
version = "0.5.0-beta.5"
version = "0.5.0-beta.6"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = ["kydos <[email protected]>",
Expand All @@ -32,9 +32,9 @@ crate-type = ["cdylib"]


[dependencies]
zenoh = { version = "0.5.0-beta.5", path = "../../zenoh" }
zenoh-router = { version = "0.5.0-beta.5", path = "../../zenoh-router" }
zenoh-protocol = { version = "0.5.0-beta.5", path = "../../zenoh-protocol" }
zenoh = { version = "0.5.0-beta.6", path = "../../zenoh" }
zenoh-router = { version = "0.5.0-beta.6", path = "../../zenoh-router" }
zenoh-protocol = { version = "0.5.0-beta.6", path = "../../zenoh-protocol" }
async-std = "=1.9.0"
futures = "0.3.12"
tide = "0.16.0"
Expand Down
10 changes: 5 additions & 5 deletions plugins/zenoh-storages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-storages"
version = "0.5.0-beta.5"
version = "0.5.0-beta.6"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = ["kydos <[email protected]>",
Expand All @@ -33,10 +33,10 @@ crate-type = ["cdylib"]

[dependencies]
async-std = "=1.9.0"
zenoh = { version = "0.5.0-beta.5", path = "../../zenoh" }
zenoh-router = { version = "0.5.0-beta.5", path = "../../zenoh-router" }
zenoh-util = { version = "0.5.0-beta.5", path = "../../zenoh-util" }
zenoh_backend_traits = { version = "0.5.0-beta.5", path = "../../backends/traits" }
zenoh = { version = "0.5.0-beta.6", path = "../../zenoh" }
zenoh-router = { version = "0.5.0-beta.6", path = "../../zenoh-router" }
zenoh-util = { version = "0.5.0-beta.6", path = "../../zenoh-util" }
zenoh_backend_traits = { version = "0.5.0-beta.6", path = "../../backends/traits" }
async-trait = "0.1"
futures = "0.3.12"
libloading = "0.6.7"
Expand Down
10 changes: 5 additions & 5 deletions zenoh-perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-perf"
version = "0.5.0-beta.5"
version = "0.5.0-beta.6"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = ["kydos <[email protected]>",
Expand All @@ -32,10 +32,10 @@ maintenance = { status = "actively-developed" }


[dependencies]
zenoh = { version = "0.5.0-beta.5", path = "../zenoh" }
zenoh-protocol = { version = "0.5.0-beta.5", path = "../zenoh-protocol" }
zenoh-router = { version = "0.5.0-beta.5", path = "../zenoh-router" }
zenoh-util = { version = "0.5.0-beta.5", path = "../zenoh-util" }
zenoh = { version = "0.5.0-beta.6", path = "../zenoh" }
zenoh-protocol = { version = "0.5.0-beta.6", path = "../zenoh-protocol" }
zenoh-router = { version = "0.5.0-beta.6", path = "../zenoh-router" }
zenoh-util = { version = "0.5.0-beta.6", path = "../zenoh-util" }
async-std = "=1.9.0"
async-trait = "0.1.42"
rand = "0.8.3"
Expand Down
4 changes: 2 additions & 2 deletions zenoh-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-protocol"
version = "0.5.0-beta.5"
version = "0.5.0-beta.6"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = ["kydos <[email protected]>",
Expand All @@ -39,7 +39,7 @@ transport_unixsock-stream = ["nix"]
default = ["zero-copy", "transport_tcp", "transport_udp", "transport_unixsock-stream"]

[dependencies]
zenoh-util = { version = "0.5.0-beta.5", path = "../zenoh-util" }
zenoh-util = { version = "0.5.0-beta.6", path = "../zenoh-util" }
async-std = { version = "=1.9.0", features = ["unstable"] }
async-trait = "0.1.42"
aes-soft = "0.6.4"
Expand Down
6 changes: 3 additions & 3 deletions zenoh-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-router"
version = "0.5.0-beta.5"
version = "0.5.0-beta.6"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = ["kydos <[email protected]>",
Expand All @@ -33,8 +33,8 @@ maintenance = { status = "actively-developed" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
zenoh-protocol = { version = "0.5.0-beta.5", path = "../zenoh-protocol", features = ["transport_tcp", "transport_udp"] }
zenoh-util = { version = "0.5.0-beta.5", path = "../zenoh-util" }
zenoh-protocol = { version = "0.5.0-beta.6", path = "../zenoh-protocol", features = ["transport_tcp", "transport_udp"] }
zenoh-util = { version = "0.5.0-beta.6", path = "../zenoh-util" }
async-std = { version = "=1.9.0", features = ["unstable"] }
async-trait = "0.1.42"
futures = "0.3.12"
Expand Down
4 changes: 2 additions & 2 deletions zenoh-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-util"
version = "0.5.0-beta.5"
version = "0.5.0-beta.6"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = ["kydos <[email protected]>",
Expand Down Expand Up @@ -51,5 +51,5 @@ log = "0.4.14"
winapi = { version = "0.3.9", features = ["iphlpapi"] }

[target.'cfg(unix)'.dependencies]
libc = "0.2.84"
libc = "0.2.85"
pnet = "0.27.2"
8 changes: 4 additions & 4 deletions zenoh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh"
version = "0.5.0-beta.5"
version = "0.5.0-beta.6"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = ["kydos <[email protected]>",
Expand All @@ -38,9 +38,9 @@ transport_udp = []
default = ["transport_tcp", "transport_udp", "zero-copy"]

[dependencies]
zenoh-protocol = { version = "0.5.0-beta.5", path = "../zenoh-protocol" }
zenoh-router = { version = "0.5.0-beta.5", path = "../zenoh-router" }
zenoh-util = { version = "0.5.0-beta.5", path = "../zenoh-util" }
zenoh-protocol = { version = "0.5.0-beta.6", path = "../zenoh-protocol" }
zenoh-router = { version = "0.5.0-beta.6", path = "../zenoh-router" }
zenoh-util = { version = "0.5.0-beta.6", path = "../zenoh-util" }
async-std = { version = "=1.9.0", features = ["attributes", "unstable"] }
async-trait = "0.1.42"
futures = "0.3.12"
Expand Down

0 comments on commit 2cf0465

Please sign in to comment.