1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: accept older minor version of crate fiat-crypto
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1112006
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
@@ -59,7 +59,7 @@
cpufeatures = "0.2.16"
[target.'cfg(curve25519_dalek_backend = "fiat")'.dependencies]
-fiat-crypto = { version = "0.3.0", default-features = false }
+fiat-crypto = { version = ">= 0.2.2, <= 0.3", default-features = false }
[features]
default = ["alloc", "precomputed-tables", "zeroize"]
|