summaryrefslogtreecommitdiff
path: root/deny.toml
diff options
context:
space:
mode:
authorEmil Ernerfeldt <emil.ernerfeldt@gmail.com>2022-10-03 10:37:50 +0200
committerEmil Ernerfeldt <emil.ernerfeldt@gmail.com>2022-10-03 10:37:50 +0200
commitc441f33ecfc428dbce2ba6e8ea06ec6cb2ecd1b6 (patch)
treea13c9145aec8545b411855b4cdd709698a2a67ec /deny.toml
parentdd67f3631f2b9113efaa9c8ded009a2660195dc8 (diff)
Cargo deny: also check wasm32-unknown-unknown
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index 2157da87..b904cd53 100644
--- a/deny.toml
+++ b/deny.toml
@@ -3,6 +3,7 @@
targets = [
{ triple = "aarch64-apple-darwin" },
{ triple = "aarch64-linux-android" },
+ { triple = "wasm32-unknown-unknown" },
{ triple = "x86_64-apple-darwin" },
{ triple = "x86_64-pc-windows-msvc" },
{ triple = "x86_64-unknown-linux-gnu" },