mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-29 18:13:17 +00:00
keccak: bump cpufeatures to v0.3 (#99)
This commit is contained in:
parent
d0c9b2a828
commit
c3a9ef249e
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
]
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user