We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c386c8e commit b34bc29Copy full SHA for b34bc29
Cargo.toml
@@ -23,7 +23,7 @@ num-integer = "0.1"
23
num-traits = "0.2"
24
ndarray = ">= 0.15, < 0.17"
25
pyo3 = { version = "0.23.0", default-features = false, features = ["macros"] }
26
-rustc-hash = "1.1"
+rustc-hash = "2.0"
27
28
[dev-dependencies]
29
pyo3 = { version = "0.23.0", default-features = false, features = ["auto-initialize"] }
0 commit comments