Skip to content

Commit f34ef95

Browse files
authored
Merge pull request #885 from cuviper/indexmap-std
Explicitly enable indexmap/std
2 parents c0f9343 + 27939bb commit f34ef95

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)