Allow using tinyvec_macros
dependency, which was introduced by newer version of tinyvec
This commit is contained in:
parent
a76dcd8b3b
commit
686a982f70
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue