Skip to content

v8.0.0

Latest
Compare
Choose a tag to compare
@zkat zkat released this 19 Feb 05:26
· 13 commits to latest since this release
13cab18

Features

  • msrv: Set new MSRV after dep upgrades (ac29f2c3)
    • BREAKING CHANGE: The MSRV has been increased to 1.57.0
  • traits: Derive more traits, including Hash, and fix line endings (9dbb1e8c)
  • miette: Add miette and derive Diagnostic for Error (c2071f6a)

Bug Fixes

  • clippy: appease the paperclip (0b1eb50d)
  • deps: bump digest, sha-1 and sha2 to 0.10.x (c611c543)
  • deps: bump thiserror from 1.0.3 to 1.0.38 (93429d8c)
  • deps: bump serde from 1.0.92 to 1.0.152 (0fd3812f)
  • deps: bump hex to from 0.3.2 to 0.4.3 (a01e8522)
  • deps: bump base64 from 0.10.1 to 0.21.0 (bf4ec575)
  • clippy: resolve linting issues (354f686e)
  • clippy: set MSRV for clippy, too (7fb5e90b)
  • clippy: update for lower clippy version (399eafd0)
  • clippy: more clippy fixes (#8) (0d6c019d)

Miscellaneous Tasks

  • deps: bump dev dependencies to latest (9d9d4a67)