Skip to content

Commit

Permalink
Update toml_edit to 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 8, 2023
1 parent 8c2f68a commit 4f66010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ home = "0.5"
once_cell = { version = "1", default-features = false }
serde = "1.0.165"
serde_derive = "1.0.165"
toml_edit = { version = "0.20", features = ["serde"] }
toml_edit = { version = "0.21", default-features = false, features = ["parse", "serde"] }

[dev-dependencies]
anyhow = "1"
Expand Down

0 comments on commit 4f66010

Please sign in to comment.