Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
TheNeikos committed Jan 5, 2023
1 parent 9b75ff5 commit d2429e8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "cloudmqtt"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Marcel Müller <[email protected]>"]
description = "A pure Rust MQTT client and server library"
Expand Down Expand Up @@ -35,7 35,7 @@ bytes = "1.3.0"
clap = { version = "4.0.32", optional = true, features = ["derive"] }
dashmap = "5.4.0"
futures = "0.3.25"
mqtt-format = { version = "0.2.0", path = "mqtt-format", features = ["yoke"] }
mqtt-format = { version = "0.3.0", path = "mqtt-format", features = ["yoke"] }
nom = { version = "7.1.2" }
thiserror = "1.0.38"
tokio = { version = "1.23.0", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion mqtt-format/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "mqtt-format"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "A pure Rust MQTT packet parser and serializer"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion mqtt-tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 11,7 @@ bytes = "1.1.0"
clap = { version = "3.2.8", features = ["derive"] }
futures = "0.3"
miette = { version = "5.1.1", features = ["fancy"] }
mqtt-format = { path = "../mqtt-format", version = "0.2.0" }
mqtt-format = { path = "../mqtt-format", version = "0.3.0" }
nom = { version = "7.1.2" }
textwrap = "0.15.0"
tokio = { version = "1.20", features = ["macros", "process", "rt", "rt-multi-thread", "io-util", "time"] }

0 comments on commit d2429e8

Please sign in to comment.