Skip to content

Release 0.2.0

Compare
Choose a tag to compare
@danwilliams danwilliams released this 10 Sep 04:03
· 12 commits to master since this release

Added

  • Added MSRV (Minimum Supported Rust Version) in Cargo.toml, set to 1.81.0

Changed

  • Upgraded to Axum 0.7 and Hyper 1.0
  • Changed use of once_cell::Lazy to LazyLock and removed once_cell
    dependency
  • Updated lint configuration for Rust 1.80
  • Updated lint configuration for Rust 1.81
  • Updated crate dependencies
  • Linted tests
  • Moved linting configuration to Cargo.toml