Skip to content

Commit d6e087d

Browse files
chore: ignore rustc-hash 1.1.0 in cargo-deny check for dupes
1 parent c8b5e56 commit d6e087d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ skip-tree = [
55
{ name = "winit", version = "0.29" },
66
{ name = "rustc_version", version = "0.2.3" },
77
{ name = "miniz_oxide", version = "0.7.4" },
8+
{ name = "rustc-hash", version = "1.1.0" },
89

910
# introduced by Deno, to be investigated
1011
{ name = "strum_macros", version = "0.25.3" },

0 commit comments

Comments
 (0)