Skip to content

Commit a12fb32

Browse files
authored
Merge pull request #54 from zeenix/master
Disable `display` feature of `toml-edit`
2 parents a5939f3 + 0141c48 commit a12fb32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ readme = "./README.md"
1515
rust-version = "1.67.0"
1616

1717
[dependencies]
18-
toml_edit = "0.22.20"
18+
toml_edit = { version = "0.22.20", default-features = false, features = [
19+
"parse",
20+
] }
1921

2022
[dev-dependencies]
2123
quote = "1.0.37"

0 commit comments

Comments
 (0)