Skip to content

Commit

Permalink
Add exception for new dependency in license checker
Browse files Browse the repository at this point in the history
  • Loading branch information
James Munns authored and steveklabnik committed Jan 30, 2019
1 parent de76369 commit f8a9a28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const EXCEPTIONS: &[&str] = &[
"mdbook", // MPL2, mdbook
"openssl", // BSD+advertising clause, cargo, mdbook
"pest", // MPL2, mdbook via handlebars
"arrayref", // BSD-2-Clause, mdbook via handlebars via pest
"thread-id", // Apache-2.0, mdbook
"toml-query", // MPL-2.0, mdbook
"is-match", // MPL-2.0, mdbook
Expand Down

0 comments on commit f8a9a28

Please sign in to comment.