Skip to content

Commit 8e39516

Browse files
committed
ci/deny: allow scripts in zerocopy
1 parent 5199474 commit 8e39516

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deny.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ allow = [
5151
]
5252
crate = "android-activity"
5353

54+
[[bans.build.bypass]]
55+
allow-globs = ["ci/*", "githooks/*"]
56+
crate = "zerocopy"
57+
5458
[[bans.build.bypass]]
5559
allow-globs = ["freetype2/*"]
5660
crate = "freetype-sys"

0 commit comments

Comments
 (0)