We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ffc66 commit 4d3a028Copy full SHA for 4d3a028
src/tools/tidy/src/deps.rs
@@ -18,7 +18,7 @@ const LICENSES: &[&str] = &[
18
// tidy-alphabetical-start
19
"(MIT OR Apache-2.0) AND Unicode-3.0", // unicode_ident (1.0.14)
20
"(MIT OR Apache-2.0) AND Unicode-DFS-2016", // unicode_ident (1.0.12)
21
- "0BSD OR MIT OR Apache-2.0", // adler license
+ "0BSD OR MIT OR Apache-2.0", // adler2 license
22
"0BSD",
23
"Apache-2.0 / MIT",
24
"Apache-2.0 OR ISC OR MIT",
@@ -462,7 +462,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
462
const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
463
464
"addr2line",
465
- "adler",
+ "adler2",
466
"allocator-api2",
467
"cc",
468
"cfg-if",
0 commit comments