From 455d381efb9844c3c7113b2d11d86117b0ed1a63 Mon Sep 17 00:00:00 2001 From: Julien Enoch Date: Mon, 2 Nov 2020 12:16:51 +0100 Subject: [PATCH] Set version to 0.5.0-beta.5 --- backends/core/Cargo.toml | 4 ++-- plugins/example-plugin/Cargo.toml | 6 +++--- plugins/zenoh-http/Cargo.toml | 8 ++++---- plugins/zenoh-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 21604730b8..345b34e67d 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.4" +version = "0.5.0-beta.5" authors = ["kydos ", "Julien Enoch ", "Olivier Hécart ", @@ -22,7 +22,7 @@ edition = "2018" [dependencies] -zenoh = { version = "0.5.0-beta.4", path = "../../zenoh" } +zenoh = { version = "0.5.0-beta.5", path = "../../zenoh" } async-trait = "0.1" [dependencies.async-std] diff --git a/plugins/example-plugin/Cargo.toml b/plugins/example-plugin/Cargo.toml index 1828a244a2..e813ef9960 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.4" +version = "0.5.0-beta.5" authors = ["kydos ", "Julien Enoch ", "Olivier Hécart ", @@ -29,8 +29,8 @@ crate-type = ["cdylib"] [dependencies] -zenoh = { version = "0.5.0-beta.4", path = "../../zenoh" } -zenoh-router = { version = "0.5.0-beta.4", path = "../../zenoh-router" } +zenoh = { version = "0.5.0-beta.5", path = "../../zenoh" } +zenoh-router = { version = "0.5.0-beta.5", 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 b488f6ed9f..6c55defe3c 100644 --- a/plugins/zenoh-http/Cargo.toml +++ b/plugins/zenoh-http/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-http" -version = "0.5.0-beta.4" +version = "0.5.0-beta.5" repository = "https://github.com/eclipse-zenoh/zenoh" homepage = "http://zenoh.io" authors = ["kydos ", @@ -32,9 +32,9 @@ crate-type = ["cdylib"] [dependencies] -zenoh = { version = "0.5.0-beta.4", path = "../../zenoh" } -zenoh-router = { version = "0.5.0-beta.4", path = "../../zenoh-router" } -zenoh-protocol = { version = "0.5.0-beta.4", path = "../../zenoh-protocol" } +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" } futures = "0.3.5" clap = "2" log = "0.4" diff --git a/plugins/zenoh-storages/Cargo.toml b/plugins/zenoh-storages/Cargo.toml index ec8e466fa9..39d5236b39 100644 --- a/plugins/zenoh-storages/Cargo.toml +++ b/plugins/zenoh-storages/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-storages" -version = "0.5.0-beta.4" +version = "0.5.0-beta.5" repository = "https://github.com/eclipse-zenoh/zenoh" homepage = "http://zenoh.io" authors = ["kydos ", @@ -32,10 +32,10 @@ crate-type = ["cdylib"] [dependencies] -zenoh = { version = "0.5.0-beta.4", path = "../../zenoh" } -zenoh-router = { version = "0.5.0-beta.4", path = "../../zenoh-router" } -zenoh-util = { version = "0.5.0-beta.4", path = "../../zenoh-util" } -zenoh_backend_core = { version = "0.5.0-beta.4", path = "../../backends/core" } +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_core = { version = "0.5.0-beta.5", 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 883b8e7752..2a769ec910 100644 --- a/zenoh-perf/Cargo.toml +++ b/zenoh-perf/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-perf" -version = "0.5.0-beta.4" +version = "0.5.0-beta.5" repository = "https://github.com/eclipse-zenoh/zenoh" homepage = "http://zenoh.io" authors = ["kydos ", @@ -40,10 +40,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.4", path = "../zenoh" } -zenoh-protocol = { version = "0.5.0-beta.4", path = "../zenoh-protocol" } -zenoh-router = { version = "0.5.0-beta.4", path = "../zenoh-router" } -zenoh-util = { version = "0.5.0-beta.4", path = "../zenoh-util" } +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" } [dependencies.async-std] version = "1.6.4" diff --git a/zenoh-protocol/Cargo.toml b/zenoh-protocol/Cargo.toml index b75080c4ce..d1f43fd02d 100644 --- a/zenoh-protocol/Cargo.toml +++ b/zenoh-protocol/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-protocol" -version = "0.5.0-beta.4" +version = "0.5.0-beta.5" repository = "https://github.com/eclipse-zenoh/zenoh" homepage = "http://zenoh.io" authors = ["kydos ", @@ -46,7 +46,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.4", path = "../zenoh-util" } +zenoh-util = { version = "0.5.0-beta.5", path = "../zenoh-util" } [dependencies.async-std] version = "=1.6.5" diff --git a/zenoh-router/Cargo.toml b/zenoh-router/Cargo.toml index d802c679d9..eda52785ac 100644 --- a/zenoh-router/Cargo.toml +++ b/zenoh-router/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-router" -version = "0.5.0-beta.4" +version = "0.5.0-beta.5" repository = "https://github.com/eclipse-zenoh/zenoh" homepage = "http://zenoh.io" authors = ["kydos ", @@ -47,8 +47,8 @@ socket2 = "0.3.12" hex = "0.4" git-version = "0.3.4" uhlc = "0.2" -zenoh-protocol = { version = "0.5.0-beta.4", path = "../zenoh-protocol", features = ["tcp", "udp"] } -zenoh-util = { version = "0.5.0-beta.4", path = "../zenoh-util" } +zenoh-protocol = { version = "0.5.0-beta.5", path = "../zenoh-protocol", features = ["tcp", "udp"] } +zenoh-util = { version = "0.5.0-beta.5", path = "../zenoh-util" } [dependencies.async-std] version = "=1.6.5" diff --git a/zenoh-util/Cargo.toml b/zenoh-util/Cargo.toml index 1de4310411..e2e056bcf6 100644 --- a/zenoh-util/Cargo.toml +++ b/zenoh-util/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh-util" -version = "0.5.0-beta.4" +version = "0.5.0-beta.5" repository = "https://github.com/eclipse-zenoh/zenoh" homepage = "http://zenoh.io" authors = ["kydos ", diff --git a/zenoh/Cargo.toml b/zenoh/Cargo.toml index 68efc46d71..a05c1f8cad 100644 --- a/zenoh/Cargo.toml +++ b/zenoh/Cargo.toml @@ -13,7 +13,7 @@ # [package] name = "zenoh" -version = "0.5.0-beta.4" +version = "0.5.0-beta.5" repository = "https://github.com/eclipse-zenoh/zenoh" homepage = "http://zenoh.io" authors = ["kydos ", @@ -42,9 +42,9 @@ lazy_static = "1.4.0" serde_json = "1.0" hex = "0.4.2" git-version = "0.3.4" -zenoh-protocol = { version = "0.5.0-beta.4", path = "../zenoh-protocol" } -zenoh-router = { version = "0.5.0-beta.4", path = "../zenoh-router" } -zenoh-util = { version = "0.5.0-beta.4", path = "../zenoh-util" } +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" } [dependencies.async-std] version = "=1.6.5"