File: 2001_fiat-crypto.patch

package info (click to toggle)
rust-curve25519-dalek 4.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 2,848 kB
  • sloc: sh: 63; makefile: 29
file content (18 lines) | stat: -rw-r--r-- 641 bytes parent folder | download
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"]