Skip to content

0.3.1

Choose a tag to compare

@djc djc released this 15 Apr 10:10
· 7 commits to main since this release
v0.3.1

This is the first release from a new maintainer (@djc). Thanks to @srijs for creating and maintaining this crate!

Most important changes:

  • Upgrades to rand 0.10 (which requires an MSRV bump to 1.85)
  • Makes the rand dependency optional (allowing to no_std support)
  • Replaces the pin-project dependency with pin-project-lite

What's Changed