keccak: bump cpufeatures to v0.3 (#99)

This commit is contained in:
Tony Arcieri 2026-02-12 12:20:53 -07:00 committed by GitHub
parent d0c9b2a828
commit c3a9ef249e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -15,9 +15,9 @@ version = "0.1.0"
[[package]]
name = "cpufeatures"
version = "0.2.17"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
dependencies = [
"libc",
]

View File

@ -22,4 +22,4 @@ no_unroll = [] # Do no unroll loops for binary size reduction
simd = [] # Use core::simd (nightly-only)
[target.'cfg(target_arch = "aarch64")'.dependencies]
cpufeatures = "0.2"
cpufeatures = "0.3"