Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@jonathanpwang jonathanpwang released this 26 Mar 06:37
· 100 commits to community-edition since this release

Published to crates.io:

The crates now support stable Rust with MSRV 1.73.0. The default toolchain is switched to 1.85.1.

  • div_ceil is now stable, so we use it
  • BREAKING CHANGE: SafeUint type alias removed due to limitations of stable const generics
  • BREAKING CHANGE: some From implementations for FixLenBytes removed due to limitations of stable const generics.

Full Changelog: v0.4.1...v0.5.0