File: signature-version.patch

package info (click to toggle)
rust-rsa 0.9.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 548 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Description: Work around rust-signature packaging quirk

See https://bugs.debian.org/1089104

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -117,7 +117,7 @@ optional = true
 default-features = false
 
 [dependencies.signature]
-version = ">2.0, <2.3"
+version = "2.2"
 features = [
     "alloc",
     "digest",