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 2971ee2
Showing 1 changed file with 1 addition 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

0 comments on commit 2971ee2

Please sign in to comment.