Skip to content

Commit

Permalink
Set version to 0.5.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Oct 30, 2020
1 parent b2a8592 commit acfba12
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions backends/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh_backend_core"
version = "0.5.0-beta.3"
version = "0.5.0-beta.4"
authors = ["kydos <[email protected]>",
"Julien Enoch <[email protected]>",
"Olivier Hécart <[email protected]>",
Expand All @@ -22,7 +22,7 @@ edition = "2018"


[dependencies]
zenoh = { version = "0.5.0-beta.3", path = "../../zenoh" }
zenoh = { version = "0.5.0-beta.4", path = "../../zenoh" }
async-trait = "0.1"

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


[dependencies]
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" }
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" }
async-trait = "0.1"
futures = "0.3.5"
clap = "2"
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.3"
version = "0.5.0-beta.4"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = ["kydos <[email protected]>",
Expand All @@ -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.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" }
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" }

[dependencies.async-std]
version = "1.6.4"
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.3"
version = "0.5.0-beta.4"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = ["kydos <[email protected]>",
Expand Down Expand Up @@ -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.3", path = "../zenoh-util" }
zenoh-util = { version = "0.5.0-beta.4", path = "../zenoh-util" }

[dependencies.async-std]
version = "=1.6.5"
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.3"
version = "0.5.0-beta.4"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = ["kydos <[email protected]>",
Expand Down Expand Up @@ -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.3", path = "../zenoh-protocol", features = ["tcp", "udp"] }
zenoh-util = { version = "0.5.0-beta.3", path = "../zenoh-util" }
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" }

[dependencies.async-std]
version = "=1.6.5"
Expand Down
2 changes: 1 addition & 1 deletion 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.3"
version = "0.5.0-beta.4"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = ["kydos <[email protected]>",
Expand Down
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.3"
version = "0.5.0-beta.4"
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = ["kydos <[email protected]>",
Expand Down Expand Up @@ -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.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" }
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" }

[dependencies.async-std]
version = "=1.6.5"
Expand Down

0 comments on commit acfba12

Please sign in to comment.