Skip to content

Commit 71f426e

Browse files
committed
Enable indexmap std feature
See: * petgraph/petgraph#398 * indexmap-rs/indexmap#151
1 parent ebef333 commit 71f426e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glslt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sha-1 = "0.10"
2626
petgraph = "0.6"
2727
bimap = "0.6"
2828
log = "0.4"
29-
indexmap = "1.8"
29+
indexmap = { version = "1.8", features = ["std"] }
3030

3131
[dependencies.pyo3]
3232
version = "0.15"

0 commit comments

Comments
 (0)