Skip to content

Commit

Permalink
Disable toml "parse" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 12, 2024
1 parent d1368f6 commit a745dd6
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 @@ -21,4 +21,4 @@ serde_path_to_error = "0.1"
shlex = "1.3"
target-triple = "0.1"
termcolor = "1.4"
toml = "0.8"
toml = { version = "0.8", default-features = false, features = ["display"] }

0 comments on commit a745dd6

Please sign in to comment.