Skip to content

v0.4.5

Latest
Compare
Choose a tag to compare
@akubera akubera released this 18 Jun 22:59
· 17 commits to trunk since this release

Changes

  • Remove restrictions on num-* dependencies.

    • num-traits and num-bigint need to be specified for users using Rust versions older than 1.60 (let me know if this should be continued to be supported)
  • Fix some bad assumptions when running in 32 bit mode.

    • Uses of as usize have been replaced with as u64