Skip to content

Commit

Permalink
Merge pull request #2099 from fermyon/add-toml-edit-feature
Browse files Browse the repository at this point in the history
Add toml_edit feature "serde"
  • Loading branch information
lann authored Nov 15, 2023
2 parents 9388eb2 + f876b5f commit 91c4176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/doctor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tempfile = "3.3.0"
terminal = { path = "../terminal" }
tokio = { version = "1", features = ["process"] }
toml = "0.8.2"
toml_edit = "0.20.2"
toml_edit = { version = "0.20.2", features = ["serde"] }
tracing = { workspace = true }

[dev-dependencies]
Expand Down

0 comments on commit 91c4176

Please sign in to comment.