Skip to content

Commit

Permalink
bump version number to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnarMorrigan committed Nov 27, 2024
1 parent 1c914c8 commit 4fc4924
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mqrstt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mqrstt"
version = "0.3.0"
version = "0.4.0"
homepage = "https://github.com/GunnarMorrigan/mqrstt"
repository = "https://github.com/GunnarMorrigan/mqrstt"
documentation = "https://docs.rs/mqrstt"
Expand All @@ -10,7 +10,6 @@ edition = "2021"
license = "MPL-2.0"
keywords = ["MQTT", "IoT", "MQTTv5", "messaging", "client"]
description = "Pure rust MQTTv5 client implementation Smol and Tokio"

rust-version = "1.75"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down Expand Up @@ -53,8 +52,6 @@ tokio = { version = "1", features = [
smol = { version = "2", optional = true }

[dev-dependencies]
criterion = { version = "0.5.1", features = ["async_tokio"] }

tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

smol = { version = "2.0.0" }
Expand Down

0 comments on commit 4fc4924

Please sign in to comment.