Skip to content

Commit

Permalink
Allow using tinyvec_macros dependency, which was introduced by newe…
Browse files Browse the repository at this point in the history
…r version of `tinyvec`
  • Loading branch information
crlf0710 committed Sep 16, 2022
1 parent a76dcd8 commit 686a982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
];

Expand Down Expand Up @@ -218,6 +219,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
"time",
"tinystr",
"tinyvec",
"tinyvec_macros",
"thin-vec",
"tracing",
"tracing-attributes",
Expand Down

0 comments on commit 686a982

Please sign in to comment.