Skip to content

Commit

Permalink
Update .deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 4, 2024
1 parent c018203 commit dcbaff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ build.allow-build-scripts = [
{ name = "windows_x86_64_msvc" },
]
build.bypass = [
{ name = "autocfg", allow-globs = ["tests/wrap_ignored"] }, # via fs-err
# Import libraries are necessary because raw-dylib (requires 1.71+ for x86, 1.65+ for others) is not available on MSRV of them.
{ name = "winapi-i686-pc-windows-gnu", allow-globs = ["lib/*.a"] }, # via shared_child via duct & via is_executable
{ name = "winapi-x86_64-pc-windows-gnu", allow-globs = ["lib/*.a"] }, # via shared_child via duct & via is_executable
Expand Down
1 change: 1 addition & 0 deletions .github/.cspell/project-dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
autocfg
bindeps
binstall
compiletest
Expand Down

0 comments on commit dcbaff8

Please sign in to comment.