From 4fc49246ad6eab9e4e44b906b76be17ba420c8d9 Mon Sep 17 00:00:00 2001 From: GunnarMorrigan <13799935+GunnarMorrigan@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:43:57 +0100 Subject: [PATCH] bump version number to v0.4.0 --- mqrstt/Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mqrstt/Cargo.toml b/mqrstt/Cargo.toml index 705ba9a..31d00c4 100644 --- a/mqrstt/Cargo.toml +++ b/mqrstt/Cargo.toml @@ -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" @@ -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 @@ -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" }