We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10430db commit 9b49a79Copy full SHA for 9b49a79
src/tools/tidy/src/deps.rs
@@ -20,6 +20,7 @@ const LICENSES: &[&str] = &[
20
"Unlicense OR MIT",
21
"0BSD OR MIT OR Apache-2.0", // adler license
22
"Zlib OR Apache-2.0 OR MIT", // tinyvec
23
+ "MIT OR Zlib OR Apache-2.0", // miniz_oxide
24
];
25
26
/// These are exceptions to Rust's permissive licensing policy, and
0 commit comments