Skip to content

Commit

Permalink
check warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mox692 committed Oct 23, 2024
1 parent ea93a53 commit 0e0660b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
env:
RUSTFLAGS: -Dwarnings
with:
command: check
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ multiple-versions = "deny"
skip = [
# Currently, multiple versions could be fetched for the following crate
{ name = "windows-sys", version = "0.52.0" },
{ name = "windows-sys", version = "0.53.0" },
{ name = "hermit-abi", version = "0.3.9" },
]

0 comments on commit 0e0660b

Please sign in to comment.