Do not run cargo-deny on windows

This commit is contained in:
Rodolphe Bréard 2023-04-10 10:58:56 +02:00
parent bbfa08fd75
commit 01223a5a3b

View file

@ -27,6 +27,11 @@ targets = [
# 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-gnu" },
{ triple = "aarch64-unknown-linux-gnu" },
{ triple = "x86_64-unknown-linux-musl" },
{ triple = "aarch64-apple-darwin" },
{ triple = "x86_64-apple-darwin" },
]
# When creating the dependency graph used as the source of truth when checks are
# executed, this field can be used to prune crates from the graph, removing them