Skip to content

Commit 686a982

Browse files
committed
Allow using tinyvec_macros dependency, which was introduced by newer version of tinyvec
1 parent a76dcd8 commit 686a982

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/tidy/src/deps.rs

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const LICENSES: &[&str] = &[
2020
"Unlicense OR MIT",
2121
"0BSD OR MIT OR Apache-2.0", // adler license
2222
"Zlib OR Apache-2.0 OR MIT", // tinyvec
23+
"MIT OR Apache-2.0 OR Zlib", // tinyvec_macros
2324
"MIT OR Zlib OR Apache-2.0", // miniz_oxide
2425
];
2526

@@ -218,6 +219,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
218219
"time",
219220
"tinystr",
220221
"tinyvec",
222+
"tinyvec_macros",
221223
"thin-vec",
222224
"tracing",
223225
"tracing-attributes",

0 commit comments

Comments
 (0)