1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: accept older revision of crate cpufeatures
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-08-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/curve25519-dalek/Cargo.toml
+++ b/curve25519-dalek/Cargo.toml
@@ -56,7 +56,7 @@
zeroize = { version = "1", default-features = false, optional = true }
[target.'cfg(target_arch = "x86_64")'.dependencies]
-cpufeatures = "0.2.17"
+cpufeatures = "0.2.16"
[target.'cfg(curve25519_dalek_backend = "fiat")'.dependencies]
fiat-crypto = { version = "0.3.0", default-features = false }
|