Skip to content

Commit e342658

Browse files
authored
Merge pull request #34 from artichoke/cargo-deny-zlib-allow
Add Zlib to license allowlist in deny.toml
2 parents 55edc46 + b769b8f commit e342658

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ ignore = []
77
[licenses]
88
unlicensed = "deny"
99
allow = [
10-
"MIT",
1110
"Apache-2.0",
11+
"MIT",
12+
"Zlib",
1213
]
1314
deny = []
1415
copyleft = "deny"

0 commit comments

Comments
 (0)