Skip to content

Commit 15aa15b

Browse files
committed
Auto merge of #43319 - SimonSapin:cargoup, r=alexcrichton
Update Cargo to ffab51954ec32d55631c37a8730bb24915fc090b rust-lang/cargo#4123 added the `[patch]` section of the manifest
2 parents 6c94965 + b77ff24 commit 15aa15b

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

src/Cargo.lock

+36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ static LICENSES: &'static [&'static str] = &[
1818
"MIT/Apache-2.0",
1919
"MIT / Apache-2.0",
2020
"Apache-2.0/MIT",
21+
"Apache-2.0 / MIT",
2122
"MIT OR Apache-2.0",
2223
"MIT",
2324
"Unlicense/MIT",

0 commit comments

Comments
 (0)