Skip to content

Commit

Permalink
Merge pull request #44 from danielparks/dependabot/github_actions/Emb…
Browse files Browse the repository at this point in the history
…arkStudios/cargo-deny-action-2

Bump EmbarkStudios/cargo-deny-action from 1 to 2
  • Loading branch information
danielparks authored Sep 5, 2024
2 parents 889bc34 + e8c631d commit 851ac3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2

msrv:
name: cargo msrv
Expand Down
4 changes: 3 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[graph]
all-features = true

[bans]
multiple-versions = "allow"

Expand All @@ -12,5 +15,4 @@ allow = [
"Unlicense",
"Zlib",
]
default = "deny"
unused-allowed-license = "allow"

0 comments on commit 851ac3c

Please sign in to comment.