Allow using tinyvec_macros dependency, which was introduced by newer version of tinyvec

This commit is contained in:
Charles Lew 2022-09-17 02:48:38 +08:00
parent a76dcd8b3b
commit 686a982f70

View File

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