smol-rs / futures-lite

Futures, streams, and async I/O combinators.
Apache License 2.0
439 stars 25 forks source link

Update to parking 2.0.0 #11

Closed joshtriplett closed 4 years ago

joshtriplett commented 4 years ago

futures-lite currently depends on parking 1.0.5, while async-io depends on parking 2.0.0 and on futures-lite; this means any crate using async-io pulls in two versions of parking. Please consider upgrading futures-lite to parking 2.0.0.