only check x86_64 in cargo deny

This commit is contained in:
Eugene Pankov 2022-06-26 22:12:58 +02:00
parent 0d9af48489
commit 417df0647e
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -18,13 +18,7 @@
# dependencies not shared by any other crates, would be ignored, as the target
# list here is effectively saying which targets you are building for.
targets = [
# The triple can be any string, but only the target triples built in to
# rustc (as of 1.40) can be checked against actual config expressions
#{ triple = "x86_64-unknown-linux-musl" },
# You can also specify which target_features you promise are enabled for a
# particular target. target_features are currently not validated against
# the actual valid features supported by the target architecture.
#{ triple = "wasm32-unknown-unknown", features = ["atomics"] },
{ triple = "x86_64-unknown-linux-musl" },
]
# This section is considered when running `cargo deny check advisories`