Skip to content

Commit 27939bb

Browse files
committed
Explicitly enable indexmap/std
1 parent c0f9343 commit 27939bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.36"
1414

1515
[dependencies]
1616
serde = { version = "1.0.100", default-features = false }
17-
indexmap = { version = "1.5", optional = true }
17+
indexmap = { version = "1.5.2", features = ["std"], optional = true }
1818
itoa = "1.0"
1919
ryu = "1.0"
2020

0 commit comments

Comments
 (0)