mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-03 20:13:48 +00:00
chore(deps): bump cpufeatures from 0.2.12 to 0.2.17 (#750)
This fixes warnings like: ``` warning: unexpected `cfg` condition value: `` --> curve25519-dalek/src/backend/mod.rs:58:9 | 58 | cpufeatures::new!(cpuid_avx512, "avx512ifma", "avx512vl"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
This commit is contained in:
parent
773a0646ce
commit
8c0cf3a64f
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ serde = { version = "1.0", default-features = false, optional = true, features =
|
|||
zeroize = { version = "1", default-features = false, optional = true }
|
||||
|
||||
[target.'cfg(target_arch = "x86_64")'.dependencies]
|
||||
cpufeatures = "0.2.6"
|
||||
cpufeatures = "0.2.17"
|
||||
|
||||
[target.'cfg(curve25519_dalek_backend = "fiat")'.dependencies]
|
||||
fiat-crypto = { version = "0.2.1", default-features = false }
|
||||
|
|
|
|||
Loading…
Reference in a new issue