smol-rs / futures-lite

Futures, streams, and async I/O combinators.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to parking 2.0.0

joshtriplett opened this issue · comments

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.