ci/deny: allow scripts in zerocopy

This commit is contained in:
Kirill Chibisov 2025-05-11 20:13:59 +09:00
parent 519947463f
commit bf0bde8067

View file

@ -51,6 +51,10 @@ allow = [
]
crate = "android-activity"
[[bans.build.bypass]]
allow-globs = ["ci/*", "githooks/*"]
crate = "zerocopy"
[[bans.build.bypass]]
allow-globs = ["freetype2/*"]
crate = "freetype-sys"