File: enable-nettle.patch

package info (click to toggle)
rust-sequoia-gpg-agent 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 568 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 666 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Index: sequoia-gpg-agent/Cargo.toml
===================================================================
--- sequoia-gpg-agent.orig/Cargo.toml
+++ sequoia-gpg-agent/Cargo.toml
@@ -89,7 +89,7 @@ version = "0.4"
 version = "0.3"
 
 [dependencies.lalrpop-util]
-version = ">=0.17, <0.23"
+version = "0.20"
 
 [dependencies.libc]
 version = "0.2.152"
@@ -147,14 +147,6 @@ features = [
     "__implicit-crypto-backend-for-tests",
 ]
 default-features = false
-
-[target."cfg(windows)".dev-dependencies.sequoia-openpgp]
-version = "2"
-features = [
-    "crypto-cng",
-    "__implicit-crypto-backend-for-tests",
-]
-default-features = false
 
 [profile.release]
 debug = 2