Skip to content

Commit

Permalink
Disable toml "display" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 12, 2024
1 parent 5bbe46a commit 5c1c057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = "1.0.88"
serde_json = "1.0.38"
syn = { version = "2", features = ["derive", "full", "parsing", "printing"], default-features = false }
syn-codegen = { path = "../json", default-features = false }
toml = "0.8"
toml = { version = "0.8", default-features = false, features = ["parse"] }

[workspace]
[patch.crates-io]
Expand Down

0 comments on commit 5c1c057

Please sign in to comment.