Skip to content

Commit

Permalink
Fix cargo-deny warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Nov 26, 2023
1 parent a3a0204 commit 27d46b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build: pre

.PHONY: pre
pre:
cargo deny check licenses
cargo deny --all-features check licenses
cargo fmt --all -- --check
cargo clippy --all

Expand Down
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ allow = [
# "BSD-2-Clause",
# "BSD-3-Clause",
"Apache-2.0",
#"Apache-2.0 WITH LLVM-exception",
"Apache-2.0 WITH LLVM-exception",
]
# List of explictly disallowed licenses
# See https://spdx.org/licenses/ for list of possible licenses
Expand Down

0 comments on commit 27d46b7

Please sign in to comment.