1.3.1
- Fixed a bug where
Semaphore::const_newwasn't available on Tokio < 1.30 because of the missing Tokioparking_lotfeature flag - Use the Tokio runtime everywhere to remove the need for the
futurescrate (aside fromfutures-core)
Thanks to @tottoto