Skip to content

Commit 4fc4924

Browse files
bump version number to v0.4.0
1 parent 1c914c8 commit 4fc4924

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mqrstt/Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mqrstt"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
homepage = "https://github.com/GunnarMorrigan/mqrstt"
55
repository = "https://github.com/GunnarMorrigan/mqrstt"
66
documentation = "https://docs.rs/mqrstt"
@@ -10,7 +10,6 @@ edition = "2021"
1010
license = "MPL-2.0"
1111
keywords = ["MQTT", "IoT", "MQTTv5", "messaging", "client"]
1212
description = "Pure rust MQTTv5 client implementation Smol and Tokio"
13-
1413
rust-version = "1.75"
1514

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

5554
[dev-dependencies]
56-
criterion = { version = "0.5.1", features = ["async_tokio"] }
57-
5855
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
5956

6057
smol = { version = "2.0.0" }

0 commit comments

Comments
 (0)