Skip to content

1.3.1

Compare
Choose a tag to compare
@lipanski lipanski released this 26 Feb 15:09
· 8 commits to master since this release
  • Fixed a bug where Semaphore::const_new wasn't available on Tokio < 1.30 because of the missing Tokio parking_lot feature flag
  • Use the Tokio runtime everywhere to remove the need for the futures crate (aside from futures-core)

Thanks to @tottoto