Skip to content

Commit 4457658

Browse files
committed
Auto merge of rust-lang#112859 - weihanglo:update-cargo, r=weihanglo
Update cargo 12 commits in 0c14026aa84ee2ec4c67460c0a18abc8519ca6b2..dead4b8740c4b6a8ed5211e37c99cf81d01c3b1c 2023-06-14 18:43:05 +0000 to 2023-06-20 20:07:17 +0000 - Convert valid feature name warning to an error. (rust-lang/cargo#12291) - fix(embedded): Don't pollute script dir with lockfile (rust-lang/cargo#12284) - fix: remove `-Zjobserver-per-rustc` again (rust-lang/cargo#12285) - docs: some tweaks around `cargo test` (rust-lang/cargo#12288) - Enable `doctest-in-workspace` by default (rust-lang/cargo#12221) - fix(embedded): Don't auto-discover build.rs files (rust-lang/cargo#12283) - fix(embeded): Don't pollute the scripts dir with `target/` (rust-lang/cargo#12282) - feat: prepare for the next lockfile bump (rust-lang/cargo#12279) - fix(embedded): Don't create an intermediate manifest (rust-lang/cargo#12268) - refactor(embedded): Switch to `syn` for parsing doc comments (rust-lang/cargo#12258) - fix(embedded): Align package name sanitization with cargo-new (rust-lang/cargo#12255) - Clarify the default behavior of cargo-install. (rust-lang/cargo#12276) r? `@ghost`
2 parents 4651421 + 214a0d1 commit 4457658

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)