Skip to content

Commit

Permalink
cargo deny check
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaZezulinsky committed Feb 9, 2024
1 parent 06c7a73 commit 0d78721
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check all
command: check advisories bans sources
# Clear out arguments to not pass `--all-features` to `cargo deny`.
# `foxar-cli` has an `openssl` feature which enables banned dependencies
arguments: ""
1 change: 0 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ allow = [
"WTFPL",
"BSL-1.0",
"0BSD",
"CORE"
]

# Allow 1 or more licenses on a per-crate basis, so that particular licenses
Expand Down

0 comments on commit 0d78721

Please sign in to comment.