Skip to content

Commit 214a0d1

Browse files
committed
Update cargo
1 parent a34cead commit 214a0d1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/tools/tidy/src/deps.rs

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ const LICENSES: &[&str] = &[
1616
"Apache-2.0 OR MIT",
1717
"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", // wasi license
1818
"Apache-2.0/MIT",
19-
"BSD-2-Clause", // arrayref from Cargo
20-
"CC0-1.0 OR Apache-2.0", // blake3 from Cargo
21-
"CC0-1.0 OR MIT-0 OR Apache-2.0", // constant_time_eq from cargo
2219
"ISC",
2320
"MIT / Apache-2.0",
2421
"MIT OR Apache-2.0 OR Zlib", // tinyvec_macros

0 commit comments

Comments
 (0)