v2.4.1
What's Changed
- increased performance with concurrent task using
tokio::task::spawn()
andtokio::try_join!()
, - update clap to 4.4.10
- remove unnecessary
Result<T>
return type
Full Changelog: v2.3.0...v2.4.1
tokio::task::spawn()
and tokio::try_join!()
,Result<T>
return typeFull Changelog: v2.3.0...v2.4.1