mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Allow using tinyvec_macros
dependency, which was introduced by newer version of tinyvec
This commit is contained in:
parent
a76dcd8b3b
commit
686a982f70
@ -20,6 +20,7 @@ const LICENSES: &[&str] = &[
|
||||
"Unlicense OR MIT",
|
||||
"0BSD OR MIT OR Apache-2.0", // adler license
|
||||
"Zlib OR Apache-2.0 OR MIT", // tinyvec
|
||||
"MIT OR Apache-2.0 OR Zlib", // tinyvec_macros
|
||||
"MIT OR Zlib OR Apache-2.0", // miniz_oxide
|
||||
];
|
||||
|
||||
@ -218,6 +219,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
|
||||
"time",
|
||||
"tinystr",
|
||||
"tinyvec",
|
||||
"tinyvec_macros",
|
||||
"thin-vec",
|
||||
"tracing",
|
||||
"tracing-attributes",
|
||||
|
Loading…
Reference in New Issue
Block a user