tkaitchuck / aHash

aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
https://crates.io/crates/ahash
Apache License 2.0
986 stars 94 forks source link

Bump rust-version to 1.72.0 #196

Closed Jefffrey closed 5 months ago

Jefffrey commented 6 months ago

Closes #195

Bump MSRV since requires functions stabilized in Rust 1.72.0

tkaitchuck commented 6 months ago

@Jefffrey Are you able to repro #195 ? If so can you take a look at #197

TheBlueMatt commented 5 months ago

Ugh, bumping MSRV in a patch release is pretty painful for downstream projects. Is the general policy of ahash to provide no MSRV guarantees for a minor release?