Skip to content

Commit

Permalink
add CC0-1.0 to compat
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyKomodo committed Dec 8, 2024
1 parent 3ae3732 commit 23977c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test *args:
cargo llvm-cov report --lcov --output-path ./lcov.info

deny *args:
cargo deny check
cargo deny {{args}} --all-features check

workspace-hack:
cargo hakari manage-deps
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ allow = [
"Zlib",
"WTFPL",
"OpenSSL",
"CC0-1.0",
]

unused-allowed-license = "warn"
Expand Down

0 comments on commit 23977c6

Please sign in to comment.