Skip to content

Commit

Permalink
Explicitly enable indexmap/std
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed May 3, 2022
1 parent c0f9343 commit 27939bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.36"

[dependencies]
serde = { version = "1.0.100", default-features = false }
indexmap = { version = "1.5", optional = true }
indexmap = { version = "1.5.2", features = ["std"], optional = true }
itoa = "1.0"
ryu = "1.0"

Expand Down

0 comments on commit 27939bb

Please sign in to comment.