Skip to content

Commit

Permalink
Add bitflags to deny and mark deny ban and licenses as required (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Dec 2, 2024
1 parent 9b8013a commit 68a8b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
check: [advisories, bans, licenses, sources]
continue-on-error: ${{ matrix.check == 'advisories' || matrix.check == 'bans' || matrix.check == 'licenses' }}
continue-on-error: ${{ matrix.check == 'advisories' }}
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@b01e7a8cfb1f496c52d77361e84c1840d8246393
Expand Down
4 changes: 1 addition & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,7 @@ skip = [
# testcontainers
{ crate = "idna", reason = "temp", version = "0.5.0" },


# { name = "hashbrown", version = "=0.13.2" },
# { name = "syn", version = "=1.0.109" },
{ crate = "bitflags", reason = "too many", version = "=1.3.2" },
]
# Similarly to `skip` allows you to skip certain crates during duplicate
# detection. Unlike skip, it also includes the entire tree of transitive
Expand Down

0 comments on commit 68a8b46

Please sign in to comment.