Add exception for new dependency in license checker

This commit is contained in:
James Munns 2019-01-19 05:15:25 +01:00 committed by Steve Klabnik
parent de76369f93
commit f8a9a28421
1 changed files with 1 additions and 0 deletions

View File

@ -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