1.3.1
- Fixed a bug where
Semaphore::const_new
wasn't available on Tokio < 1.30 because of the missing Tokioparking_lot
feature flag - Use the Tokio runtime everywhere to remove the need for the
futures
crate (aside fromfutures-core
)
Thanks to @tottoto