Skip to content

Commit

Permalink
Merge pull request #525 from epage/indexmap
Browse files Browse the repository at this point in the history
fix(edit): Force indexmap std support
  • Loading branch information
epage committed Mar 11, 2023
2 parents 7973bea + e22c338 commit 00c8503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/toml_edit/Cargo.toml
Expand Up @@ -47,7 +47,7 @@ serde = ["dep:serde", "toml_datetime/serde", "dep:serde_spanned"]
unbounded = []

[dependencies]
indexmap = "1.9.1"
indexmap = { version = "1.9.1", features = ["std"] }
winnow = "0.3.0"
serde = { version = "1.0.145", optional = true }
kstring = { version = "2.0.0", features = ["max_inline"], optional = true }
Expand Down

0 comments on commit 00c8503

Please sign in to comment.