Skip to content

Commit

Permalink
ci: update cargo deny config
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy committed Feb 13, 2024
1 parent e3e81d9 commit 044d26d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ args = ["fmt", "--all", "--","--verbose", "--check"]

[tasks.deny]
command = "cargo"
args = ["deny", "check"]
args = ["deny", "--all-features", "check"]

[tasks.check]
toolchain = "${RUST_VERSION}"
Expand Down
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ confidence-threshold = 0.93
allow = ["Apache-2.0", "MIT", "BSD-3-Clause", "MPL-2.0", "ISC"]
exceptions = [
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident" },
{ allow = ["OpenSSL"], name = "ring" }
{ allow = ["OpenSSL"], name = "ring" },
{ allow = ["GPL-3.0"], name = "astroport-incentives" }
]

[[licenses.clarify]]
Expand Down

0 comments on commit 044d26d

Please sign in to comment.