Skip to content

Commit 8d4ff2c

Browse files
committed
Try to fix docs.rs build
1 parent 5a8485f commit 8d4ff2c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## [5.2.1] - 2025-05-21
4+
5+
* Try to fix docs.rs build
6+
37
## [5.2.0] - 2025-05-08
48

59
* Refactor stream support in publish builder

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ntex-mqtt"
3-
version = "5.2.0"
3+
version = "5.2.1"
44
authors = ["ntex contributors <team@ntex.rs>"]
55
description = "Client and Server framework for MQTT v5 and v3.1.1 protocols"
66
documentation = "https://docs.rs/ntex-mqtt"
@@ -12,7 +12,7 @@ edition = "2021"
1212
rust-version = "1.75"
1313

1414
[package.metadata.docs.rs]
15-
features = ["ntex/tokio"]
15+
features = ["ntex-net/tokio"]
1616

1717
[dependencies]
1818
ntex-io = "2"

0 commit comments

Comments
 (0)