deps: add io-std feature to tokio

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-09-24 11:36:07 +00:00
parent 95a46a798f
commit df54a53b7c
2 changed files with 5 additions and 1 deletions

View File

@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Make subject mandatory and optional content - by Awiteb
### Dependencies
- Add `io-std` feature to `tokio` - by Awiteb
### Documentation
- Update commands help messages - by Awiteb

View File

@@ -64,7 +64,7 @@ tracing-subscriber = "0.3.19"
version = "1.0.219"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
features = ["macros", "rt-multi-thread", "io-std"]
version = "1.47.1"
[profile.release]