Skip to content

Commit 81a77b4

Browse files
authored
chore(ci): fix deny (add ZLib exception) (#212)
adds `zlib` exception to `deny.toml` Related: https://github.com/foundry-rs/foundry/blob/6f7c1f72f8c3361f1e738296a0ec634c099c8a7c/deny.toml#L56 Related failing CI: https://github.com/foundry-rs/compilers/actions/runs/11327859489
1 parent afa7569 commit 81a77b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ allow = [
5656
"LicenseRef-webpki",
5757
"BSL-1.0",
5858
"Unicode-3.0",
59+
"Zlib",
5960
]
6061

6162
# Allow 1 or more licenses on a per-crate basis, so that particular licenses

0 commit comments

Comments
 (0)