Skip to content

Commit 4e8f211

Browse files
committed
Whitelist new dependencies
1 parent 730a076 commit 4e8f211

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
@@ -87,6 +87,7 @@ const WHITELIST: &[Crate] = &[
8787
Crate("fuchsia-zircon"),
8888
Crate("fuchsia-zircon-sys"),
8989
Crate("getopts"),
90+
Crate("gcc"),
9091
Crate("humantime"),
9192
Crate("jobserver"),
9293
Crate("kernel32-sys"),
@@ -122,6 +123,7 @@ const WHITELIST: &[Crate] = &[
122123
Crate("scopeguard"),
123124
Crate("smallvec"),
124125
Crate("stable_deref_trait"),
126+
Crate("stacker"),
125127
Crate("tempfile"),
126128
Crate("termcolor"),
127129
Crate("terminon"),

0 commit comments

Comments
 (0)