Skip to content

Commit

Permalink
deny.toml: migrate to version 2 to avoid some warnings.
Browse files Browse the repository at this point in the history
Signed-off-by: Daira-Emma Hopwood <[email protected]>
  • Loading branch information
daira committed Apr 15, 2024
1 parent 25535c4 commit 501c0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Configuration file for cargo-deny

[graph]
targets = [
{ triple = "aarch64-unknown-linux-gnu" },
{ triple = "x86_64-apple-darwin" },
Expand All @@ -9,12 +10,11 @@ targets = [
]

[licenses]
unlicensed = "deny"
version = 2
allow = [
"Apache-2.0",
"MIT",
]
copyleft = "deny"
# Each entry in this list should have a corresponding `contrib/debian/copyright`
# entry for `Files: depends/*/vendored-sources/CRATE_NAME/*` (or the relevant
# subset of files). The reverse might not be true however: `cargo-deny` only
Expand Down

0 comments on commit 501c0da

Please sign in to comment.