From 4c3fabd983f96c2c5178512940e29a050edd07e9 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Thu, 2 Jul 2026 20:25:03 +0200 Subject: [PATCH] Bump to 2.1.3 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"