Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpufeatures: remove AArch64
crypto
target feature (#594)
It was removed from the nightly compiler in this PR: rust-lang/rust#87729 This crate attempts to provide a 1:1 mapping of CPU feature detection to rustc's own target features, so this PR accordingly removes it. Breaking change; will require a minor version bump.
- Loading branch information