Skip to content

testing/cargo-deny: fix aarch64 build

kpcyrd requested to merge kpcyrd/aports:cargo-deny into master

This patch should make the package compatible with more architectures by getting rid of this configuration:

[target.'cfg(target_env = "musl")']
rustflags = ["-C", "target-feature=+crt-static"]

Merge request reports