Skip to content

Commit

Permalink
Fixup deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jun 13, 2024
1 parent cb88f46 commit 1d5f149
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[graph]
targets = [
{ triple = "x86_64-unknown-linux" },
{ triple = "x86_64-unknown-musl" },
{ triple = "x86_64-apple-darwin" },
{ triple = "aarch64-apple-darwin" },
{ triple = "x86_64-pc-windows-msvc" },
"x86_64-unknown-linux",
"x86_64-unknown-musl",
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"x86_64-pc-windows-msvc",
]
all-features = true

Expand Down

0 comments on commit 1d5f149

Please sign in to comment.