We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebef333 commit 71f426eCopy full SHA for 71f426e
glslt/Cargo.toml
@@ -26,7 +26,7 @@ sha-1 = "0.10"
26
petgraph = "0.6"
27
bimap = "0.6"
28
log = "0.4"
29
-indexmap = "1.8"
+indexmap = { version = "1.8", features = ["std"] }
30
31
[dependencies.pyo3]
32
version = "0.15"
0 commit comments