From d2a31f3c5ac768b5bbbbbebd20624cf6c2b89c3c Mon Sep 17 00:00:00 2001 From: Kevin Kainan Li Date: Fri, 22 Nov 2024 23:44:06 -0500 Subject: [PATCH] Update rustc-hash to 2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90c74f45..26366c5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ num-integer = "0.1" num-traits = "0.2" ndarray = ">= 0.15, < 0.17" pyo3 = { version = "0.23.0", default-features = false, features = ["macros"] } -rustc-hash = "1.1" +rustc-hash = "2.0" [dev-dependencies] pyo3 = { version = "0.23.0", default-features = false, features = ["auto-initialize"] }