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 71c1d2a commit c56cb29
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 @@ -37,6 +37,7 @@ build.allow-build-scripts = [
{ name = "windows_x86_64_msvc" }, # via ctrlc & same-file & termcolor
]
build.bypass = [
{ name = "autocfg", allow-globs = ["tests/wrap_ignored"] }, # via slab
# Import libraries are necessary because raw-dylib (requires 1.71+ for x86, 1.65+ for others) is not available on MSRV of them.
{ name = "windows_aarch64_gnullvm", allow-globs = ["lib/*.a"] }, # via ctrlc & same-file & termcolor
{ name = "windows_aarch64_msvc", allow-globs = ["lib/*.lib"] }, # via ctrlc & same-file & termcolor
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
binstall
endgroup
qpmember
Expand Down

0 comments on commit c56cb29

Please sign in to comment.