Skip to content

Commit 5c1c057

Browse files
committed
Disable toml "display" feature
1 parent 5bbe46a commit 5c1c057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde = "1.0.88"
2424
serde_json = "1.0.38"
2525
syn = { version = "2", features = ["derive", "full", "parsing", "printing"], default-features = false }
2626
syn-codegen = { path = "../json", default-features = false }
27-
toml = "0.8"
27+
toml = { version = "0.8", default-features = false, features = ["parse"] }
2828

2929
[workspace]
3030
[patch.crates-io]

0 commit comments

Comments
 (0)