Skip to content

Commit

Permalink
Resolve licensing by updating tinyvec 0.3.3 -> 0.3.4
Browse files Browse the repository at this point in the history
Per rust-lang#75555 (comment)
Zlib license might be OK. "OR Apache-2.0 OR MIT" definitely is.
unicode-normalization depends on this and rustc_parse, clippy,
and many other things depend on unicode-normalization.
  • Loading branch information
workingjubilee authored and Dylan-DPC committed Aug 20, 2020
1 parent 10f4aa5 commit 4f2d8f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4701,9 +4701,9 @@ dependencies = [

[[package]]
name = "tinyvec"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"

[[package]]
name = "tokio"
Expand Down
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 @@ const LICENSES: &[&str] = &[
"Unlicense/MIT",
"Unlicense OR MIT",
"0BSD OR MIT OR Apache-2.0", // adler license
"Zlib OR Apache-2.0 OR MIT", // tinyvec
];

/// These are exceptions to Rust's permissive licensing policy, and
Expand Down

0 comments on commit 4f2d8f3

Please sign in to comment.