Skip to content

Commit 34d41ff

Browse files
authored
Adds a recently added target to the ignore list. (#110)
<microsoft/windows-rs@a08ab56>
1 parent de2f116 commit 34d41ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deny.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,10 @@ allow-globs = ["*"]
340340
name = "winapi-i686-pc-windows-gnu"
341341
allow-globs = ["*"]
342342

343+
[[bans.build.bypass]]
344+
name = "windows_i686_gnullvm"
345+
allow-globs = ["*"]
346+
343347
# This section is considered when running `cargo deny check sources`.
344348
# More documentation about the 'sources' section can be found here:
345349
# https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html

0 commit comments

Comments
 (0)