diff --git a/CHANGELOG.md b/CHANGELOG.md index c05f916..e205064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.1.3 + +- [Use derive_const to fix `feature = "nightly"` build](https://github.com/rust-lang/rustc-hash/pull/77) +- [Internally update to rand 0.9](https://github.com/rust-lang/rustc-hash/pull/64) + # 2.1.2 - [Refactor byte hashing to remove unreachable panic](https://github.com/rust-lang/rustc-hash/pull/65) diff --git a/Cargo.toml b/Cargo.toml index a96c985..9230d4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustc-hash" -version = "2.1.2" +version = "2.1.3" authors = ["The Rust Project Developers"] description = "A speedy, non-cryptographic hashing algorithm used by rustc" license = "Apache-2.0 OR MIT"