Skip to content

Commit 8ea9c23

Browse files
committed
Auto merge of #12765 - epage:toml, r=Muscraft
chore: Specify all of toml_edit's features This is preventing us from being able to update toml/toml_edit independent of each other since the new versions are both breaing changes, so by updating one, we are getting the features enabled for us by the wrong version.
2 parents 300469b + d3c47f1 commit 8ea9c23

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
@@ -92,7 +92,7 @@ tempfile = "3.8.0"
9292
thiserror = "1.0.49"
9393
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
9494
toml = "0.7.6"
95-
toml_edit = "0.19.14"
95+
toml_edit = { version = "0.19.14", features = ["serde"] }
9696
tracing = "0.1.37"
9797
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
9898
unicase = "2.7.0"

0 commit comments

Comments
 (0)