Skip to content

Commit 194fe22

Browse files
committed
perf: Speed up TOML parsing by switching BTreeMap to IndexMap
1 parent ad8fb2f commit 194fe22

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
@@ -211,7 +211,7 @@ tar.workspace = true
211211
tempfile.workspace = true
212212
thiserror.workspace = true
213213
time.workspace = true
214-
toml = { workspace = true, features = ["std", "serde", "parse", "display"] }
214+
toml = { workspace = true, features = ["std", "serde", "parse", "display", "preserve_order"] }
215215
toml_edit.workspace = true
216216
tracing = { workspace = true, features = ["attributes"] }
217217
tracing-subscriber.workspace = true

0 commit comments

Comments
 (0)