Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tekjar committed Feb 16, 2020
1 parent 8c20d58 commit b11ecc8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions rumq-broker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rumq-broker"
version = "0.1.0-alpha.4"
version = "0.1.0-alpha.5"
description = "Library for embeddable mqtt broker"
license = "MIT"
repository = "https://github.com/tekjar/rumq"
Expand All @@ -14,7 +14,7 @@ tokio = { version = "0.2", features = ["full"] }
tokio-util = { version = "0.2", features = ["codec"] }
futures-util = { version = "0.3", features = ["sink"] }
tokio-rustls = "0.12"
rumq-core = { path = "../rumq-core", version = "0.1.0-alpha.4" }
rumq-core = { path = "../rumq-core", version = "0.1.0-alpha.5" }
derive_more = "0.99"
log = "0.4"
serde = { version = "1", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions rumq-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rumq-cli"
version = "0.1.0-alpha.4"
version = "0.1.0-alpha.5"
description = "Commandline mqtt utilities to replace mosquitto_sub and mosquitto_pub"
license = "MIT"
repository = "https://github.com/tekjar/rumq"
Expand All @@ -14,5 +14,5 @@ tokio = { version = "0.2", features = ["full"] }
structopt = "0.3"
pretty_env_logger = "0.3"
toml = "0.5"
rumq-broker = { path = "../rumq-broker", version = "0.1.0-alpha.4" }
rumq-broker = { path = "../rumq-broker", version = "0.1.0-alpha.5" }
serde = { version = "1", features = ["derive"] }
4 changes: 2 additions & 2 deletions rumq-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rumq-client"
version = "0.1.0-alpha.4"
version = "0.1.0-alpha.5"
description = "An efficeint and robust mqtt client for your connected devices"
license = "MIT"
repository = "https://github.com/tekjar/rumq"
Expand All @@ -17,7 +17,7 @@ futures-util = { version = "0.3", features = ["sink"] }
async-stream = "0.2"
webpki = "0.21"
tokio-rustls = "0.12"
rumq-core = { path = "../rumq-core", version = "0.1.0-alpha.4" }
rumq-core = { path = "../rumq-core", version = "0.1.0-alpha.5" }
log = "0.4"
pin-project = "0.4"

Expand Down
2 changes: 1 addition & 1 deletion rumq-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rumq-core"
version = "0.1.0-alpha.4"
version = "0.1.0-alpha.5"
description = "Serializes and deserializes mqtt byte stream"
license = "MIT"
repository = "https://github.com/tekjar/rumq"
Expand Down

0 comments on commit b11ecc8

Please sign in to comment.