Skip to content

Commit

Permalink
Update versions for release (#290)
Browse files Browse the repository at this point in the history
Co-authored-by: tekjar <[email protected]>
  • Loading branch information
Ravi Teja and tekjar authored Jun 13, 2021
1 parent e0d459d commit 61bdcfe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mqttbytes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mqttbytes"
version = "0.3.0"
version = "0.4.0"
readme = "README.md"
authors = ["tekjar <[email protected]>"]
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions rumqttc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rumqttc"
version = "0.7.0"
version = "0.8.0"
description = "An efficient and robust mqtt client for your connected devices"
license = "Apache-2.0"
repository = "https://github.com/bytebeamio/rumqtt"
Expand All @@ -23,7 +23,7 @@ webpki = "0.21"
tokio-rustls = "0.22"
async-tungstenite = { version = "0.11.0", default-features = false, features = ["tokio-rustls"], optional = true }
ws_stream_tungstenite = { version = "0.4.0", default-features = false, features = ["tokio_io"], optional = true }
mqttbytes = { path = "../mqttbytes", version = "0.3" }
mqttbytes = { path = "../mqttbytes", version = "0.4" }
pollster = "0.2"
async-channel = "1.5"
log = "0.4"
Expand Down
6 changes: 3 additions & 3 deletions rumqttd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rumqttd"
description = "Distributed, embeddable mqtt broker library"
license = "Apache-2.0"
version = "0.6.0"
version = "0.7.0"
authors = ["tekjar <[email protected]>"]
edition = "2018"
keywords = ["mqtt", "broker", "iot", "kafka", "nats"]
Expand All @@ -24,8 +24,8 @@ use-rustls = ["tokio-rustls"]
use-native-tls = ["tokio-native-tls"]

[dependencies]
rumqttlog = { path = "../rumqttlog", version = "0.6"}
mqttbytes = { path = "../mqttbytes", version = "0.3" }
rumqttlog = { path = "../rumqttlog", version = "0.7"}
mqttbytes = { path = "../mqttbytes", version = "0.4" }
tokio = { version = "1.0", features = ["full"] }
serde = { version = "1", features = ["derive"] }
log = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions rumqttlog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rumqttlog"
version = "0.6.0"
version = "0.7.0"
authors = ["tekjar <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -11,7 +11,7 @@ description = "kafka inspired rumqtt's mqtt commitlog"
byteorder = "1"
memmap = "0.7"
bytes = "1.0"
mqttbytes = { path = "../mqttbytes", version = "0.3" }
mqttbytes = { path = "../mqttbytes", version = "0.4" }
serde = { version = "1", features = ["derive", "rc"] }
segments = "0.1"
thiserror = "1"
Expand Down

0 comments on commit 61bdcfe

Please sign in to comment.