Skip to content

Commit

Permalink
Rollup merge of rust-lang#43319 - SimonSapin:cargoup, r=alexcrichton
Browse files Browse the repository at this point in the history
Update Cargo to ffab51954ec32d55631c37a8730bb24915fc090b

rust-lang/cargo#4123 added the `[patch]` section of the manifest
  • Loading branch information
TimNN authored Jul 21, 2017
2 parents e6ef4b9 + b77ff24 commit e345b9b
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
36 changes: 36 additions & 0 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ static LICENSES: &'static [&'static str] = &[
"MIT/Apache-2.0",
"MIT / Apache-2.0",
"Apache-2.0/MIT",
"Apache-2.0 / MIT",
"MIT OR Apache-2.0",
"MIT",
"Unlicense/MIT",
Expand Down

0 comments on commit e345b9b

Please sign in to comment.