Skip to content

Commit d76619b

Browse files
deny: Add toml_edit override
1 parent c0233e5 commit d76619b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deny.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ allow-git = [
3939
[[bans.skip]]
4040
name = "syn"
4141
version = "1.0"
42+
43+
# proc-macro-crate depends on an older version of toml_edit
44+
# https://github.com/bkchr/proc-macro-crate/pull/50
45+
[[bans.skip]]
46+
name = "toml_edit"
47+
version = "0.21"

0 commit comments

Comments
 (0)