@@ -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
|
- Make subject mandatory and optional content - by Awiteb
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
- Add `io-std` feature to `tokio` - by Awiteb
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
- Update commands help messages - by Awiteb
|
- Update commands help messages - by Awiteb
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ tracing-subscriber = "0.3.19"
|
|||||||
version = "1.0.219"
|
version = "1.0.219"
|
||||||
|
|
||||||
[dependencies.tokio]
|
[dependencies.tokio]
|
||||||
features = ["macros", "rt-multi-thread"]
|
features = ["macros", "rt-multi-thread", "io-std"]
|
||||||
version = "1.47.1"
|
version = "1.47.1"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|||||||
Reference in New Issue
Block a user