We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8485f commit 8d4ff2cCopy full SHA for 8d4ff2c
CHANGES.md
@@ -1,5 +1,9 @@
1
# Changes
2
3
+## [5.2.1] - 2025-05-21
4
+
5
+* Try to fix docs.rs build
6
7
## [5.2.0] - 2025-05-08
8
9
* Refactor stream support in publish builder
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ntex-mqtt"
-version = "5.2.0"
+version = "5.2.1"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Client and Server framework for MQTT v5 and v3.1.1 protocols"
documentation = "https://docs.rs/ntex-mqtt"
@@ -12,7 +12,7 @@ edition = "2021"
12
rust-version = "1.75"
13
14
[package.metadata.docs.rs]
15
-features = ["ntex/tokio"]
+features = ["ntex-net/tokio"]
16
17
[dependencies]
18
ntex-io = "2"
0 commit comments