·
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 forFixLenBytes
removed due to limitations of stable const generics.
Full Changelog: v0.4.1...v0.5.0