We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab61a1 commit 01ad9d8Copy full SHA for 01ad9d8
Cargo.toml
@@ -27,7 +27,7 @@ num-complex = { version = "0.4", optional = true }
27
paste = { version = "0.1.18", optional = true }
28
pyo3-macros = { path = "pyo3-macros", version = "=0.13.2", optional = true }
29
unindent = { version = "0.1.4", optional = true }
30
-hashbrown = { version = "0.9", optional = true }
+hashbrown = { version = "0.11", optional = true }
31
serde = {version = "1.0", optional = true}
32
33
[dev-dependencies]
0 commit comments