diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a9ac6..d48c821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index e0f7b96..7a85761 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]