From 548259747fbdd32da8bf83c9496d806249288d01 Mon Sep 17 00:00:00 2001 From: Julien Enoch Date: Wed, 7 Oct 2020 15:09:15 +0200 Subject: [PATCH] Set version to 0.5.0-beta.3 --- backends/core/Cargo.toml | 4 ++-- plugins/example-plugin/Cargo.toml | 6 +++--- plugins/zenoh-http/Cargo.toml | 8 ++++---- plugins/zplugin_storages/Cargo.toml | 10 +++++----- zenoh-perf/Cargo.toml | 10 +++++----- zenoh-protocol/Cargo.toml | 4 ++-- zenoh-router/Cargo.toml | 6 +++--- zenoh-util/Cargo.toml | 2 +- zenoh/Cargo.toml | 8 ++++---- 9 files changed, 29 insertions(+), 29 deletions(-) diff --git a/backends/core/Cargo.toml b/backends/core/Cargo.toml index 7c69d6e353..6ce75e50e0 100644 --- a/backends/core/Cargo.toml +++ b/backends/core/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh_backend_core" -version = "0.5.0-beta.2" +version = "0.5.0-beta.3" authors = ["kydos ", "Julien Enoch ", "Olivier Hécart ", @@ -22,7 +22,7 @@ edition = "2018" [dependencies] -zenoh = { version = "0.5.0-beta.2", path = "../../zenoh" } +zenoh = { version = "0.5.0-beta.3", path = "../../zenoh" } async-trait = "0.1" # zenoh-router = { version = "0.5.0", path = "../../zenoh-router" } # futures = "0.3.5" diff --git a/plugins/example-plugin/Cargo.toml b/plugins/example-plugin/Cargo.toml index bc8d915265..2456a65085 100644 --- a/plugins/example-plugin/Cargo.toml +++ b/plugins/example-plugin/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zplugin-example" -version = "0.5.0-beta.2" +version = "0.5.0-beta.3" authors = ["kydos ", "Julien Enoch ", "Olivier Hécart ", @@ -29,8 +29,8 @@ crate-type = ["cdylib"] [dependencies] -zenoh = { version = "0.5.0-beta.2", path = "../../zenoh" } -zenoh-router = { version = "0.5.0-beta.2", path = "../../zenoh-router" } +zenoh = { version = "0.5.0-beta.3", path = "../../zenoh" } +zenoh-router = { version = "0.5.0-beta.3", path = "../../zenoh-router" } futures = "0.3.5" clap = "2" log = "0.4" diff --git a/plugins/zenoh-http/Cargo.toml b/plugins/zenoh-http/Cargo.toml index cbb10cff7c..cc832a1dd8 100644 --- a/plugins/zenoh-http/Cargo.toml +++ b/plugins/zenoh-http/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zplugin-http" -version = "0.5.0-beta.2" +version = "0.5.0-beta.3" repository = "https://github.com/eclipse-zenoh/zenoh/tree/rust-master" homepage = "http://zenoh.io" authors = ["kydos ", @@ -32,9 +32,9 @@ crate-type = ["cdylib"] [dependencies] -zenoh = { version = "0.5.0-beta.2", path = "../../zenoh" } -zenoh-router = { version = "0.5.0-beta.2", path = "../../zenoh-router" } -zenoh-protocol = { version = "0.5.0-beta.2", path = "../../zenoh-protocol" } +zenoh = { version = "0.5.0-beta.3", path = "../../zenoh" } +zenoh-router = { version = "0.5.0-beta.3", path = "../../zenoh-router" } +zenoh-protocol = { version = "0.5.0-beta.3", path = "../../zenoh-protocol" } futures = "0.3.5" clap = "2" log = "0.4" diff --git a/plugins/zplugin_storages/Cargo.toml b/plugins/zplugin_storages/Cargo.toml index 541552f68f..bbb96a497d 100644 --- a/plugins/zplugin_storages/Cargo.toml +++ b/plugins/zplugin_storages/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zplugin_storages" -version = "0.5.0-beta.2" +version = "0.5.0-beta.3" repository = "https://github.com/eclipse-zenoh/zenoh/tree/rust-master" homepage = "http://zenoh.io" authors = ["kydos ", @@ -32,10 +32,10 @@ crate-type = ["cdylib"] [dependencies] -zenoh = { version = "0.5.0-beta.2", path = "../../zenoh" } -zenoh-router = { version = "0.5.0-beta.2", path = "../../zenoh-router" } -zenoh-util = { version = "0.5.0-beta.2", path = "../../zenoh-util" } -zenoh_backend_core = { version = "0.5.0-beta.2", path = "../../backends/core" } +zenoh = { version = "0.5.0-beta.3", path = "../../zenoh" } +zenoh-router = { version = "0.5.0-beta.3", path = "../../zenoh-router" } +zenoh-util = { version = "0.5.0-beta.3", path = "../../zenoh-util" } +zenoh_backend_core = { version = "0.5.0-beta.3", path = "../../backends/core" } async-trait = "0.1" futures = "0.3.5" clap = "2" diff --git a/zenoh-perf/Cargo.toml b/zenoh-perf/Cargo.toml index f425bafb12..c4e6e7eafc 100644 --- a/zenoh-perf/Cargo.toml +++ b/zenoh-perf/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-perf" -version = "0.5.0-beta.2" +version = "0.5.0-beta.3" repository = "https://github.com/eclipse-zenoh/zenoh/tree/rust-master" homepage = "http://zenoh.io" authors = ["kydos ", @@ -41,10 +41,10 @@ rand = "0.7.3" slab = "0.4.2" time = "0.2.16" uuid = { version = "0.8.1", features = ["v4"] } -zenoh = { version = "0.5.0-beta.2", path = "../zenoh" } -zenoh-protocol = { version = "0.5.0-beta.2", path = "../zenoh-protocol" } -zenoh-router = { version = "0.5.0-beta.2", path = "../zenoh-router" } -zenoh-util = { version = "0.5.0-beta.2", path = "../zenoh-util" } +zenoh = { version = "0.5.0-beta.3", path = "../zenoh" } +zenoh-protocol = { version = "0.5.0-beta.3", path = "../zenoh-protocol" } +zenoh-router = { version = "0.5.0-beta.3", path = "../zenoh-router" } +zenoh-util = { version = "0.5.0-beta.3", path = "../zenoh-util" } [dependencies.async-std] version = "1.6.4" diff --git a/zenoh-protocol/Cargo.toml b/zenoh-protocol/Cargo.toml index f96ecde9f6..1ef64a76c7 100644 --- a/zenoh-protocol/Cargo.toml +++ b/zenoh-protocol/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-protocol" -version = "0.5.0-beta.2" +version = "0.5.0-beta.3" repository = "https://github.com/eclipse-zenoh/zenoh/tree/rust-master" homepage = "http://zenoh.io" authors = ["kydos ", @@ -47,7 +47,7 @@ rand = "0.7.3" http-types = "2.4.0" uuid = { version = "0.8.1", features = ["v4"] } uhlc = "0.2" -zenoh-util = { version = "0.5.0-beta.2", path = "../zenoh-util" } +zenoh-util = { version = "0.5.0-beta.3", path = "../zenoh-util" } [dependencies.async-std] version = "=1.6.4" diff --git a/zenoh-router/Cargo.toml b/zenoh-router/Cargo.toml index 6ffe842273..9fcb4786bf 100644 --- a/zenoh-router/Cargo.toml +++ b/zenoh-router/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-router" -version = "0.5.0-beta.2" +version = "0.5.0-beta.3" repository = "https://github.com/eclipse-zenoh/zenoh/tree/rust-master" homepage = "http://zenoh.io" authors = ["kydos ", @@ -46,8 +46,8 @@ clap = "2" serde_json = { version = "1.0", features = ["preserve_order"] } socket2 = "0.3.12" uhlc = "0.2" -zenoh-protocol = { version = "0.5.0-beta.2", path = "../zenoh-protocol", features = ["tcp", "udp"] } -zenoh-util = { version = "0.5.0-beta.2", path = "../zenoh-util" } +zenoh-protocol = { version = "0.5.0-beta.3", path = "../zenoh-protocol", features = ["tcp", "udp"] } +zenoh-util = { version = "0.5.0-beta.3", path = "../zenoh-util" } hex = "0.4" [dependencies.async-std] diff --git a/zenoh-util/Cargo.toml b/zenoh-util/Cargo.toml index cb345e59a2..52d0742d15 100644 --- a/zenoh-util/Cargo.toml +++ b/zenoh-util/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-util" -version = "0.5.0-beta.2" +version = "0.5.0-beta.3" repository = "https://github.com/eclipse-zenoh/zenoh/tree/rust-master" homepage = "http://zenoh.io" authors = ["kydos ", diff --git a/zenoh/Cargo.toml b/zenoh/Cargo.toml index c33d6e960c..c2ad4683bf 100644 --- a/zenoh/Cargo.toml +++ b/zenoh/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh" -version = "0.5.0-beta.2" +version = "0.5.0-beta.3" repository = "https://github.com/eclipse-zenoh/zenoh/tree/rust-master" homepage = "http://zenoh.io" authors = ["kydos ", @@ -42,9 +42,9 @@ log = "0.4" lazy_static = "1.4.0" serde_json = "1.0" hex = "0.4.2" -zenoh-protocol = { version = "0.5.0-beta.2", path = "../zenoh-protocol" } -zenoh-router = { version = "0.5.0-beta.2", path = "../zenoh-router" } -zenoh-util = { version = "0.5.0-beta.2", path = "../zenoh-util" } +zenoh-protocol = { version = "0.5.0-beta.3", path = "../zenoh-protocol" } +zenoh-router = { version = "0.5.0-beta.3", path = "../zenoh-router" } +zenoh-util = { version = "0.5.0-beta.3", path = "../zenoh-util" } [dependencies.async-std] version = "=1.6.4"