Skip to content

v0.4.3

Latest

Choose a tag to compare

@ximon18 ximon18 released this 18 Oct 11:09
· 6 commits to main since this release

This is a patch release which includes the following changes:

  • Upgrade dev-dependency pretty_assertions to resolve a Dependabot warning about the transitive dependency on the ansi_term crate. Note: This increases the MSRV from Rust 1.49.0 to Rust 1.54.0, but only for building the tests, not for building the library itself.
  • Upgrade to the latest version of the kmip-ttlv crate.
  • Minor Rust code quality improvements based on Clippy feedback from latest Rust.