File: enable-nettle.patch

package info (click to toggle)
rust-sequoia-net 0.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: makefile: 6
file content (36 lines) | stat: -rw-r--r-- 859 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
29
30
31
32
33
34
35
36
Index: sequoia-net/Cargo.toml
===================================================================
--- sequoia-net.orig/Cargo.toml
+++ sequoia-net/Cargo.toml
@@ -48,7 +48,7 @@ bench = false
 version = "1.0.18"
 
 [dependencies.base64]
-version = ">= 0.21, < 0.23"
+version = "0.22"
 
 [dependencies.futures-util]
 version = "0.3.5"
@@ -85,6 +85,7 @@ version = "0.12"
 [dependencies.sequoia-openpgp]
 version = "2"
 default-features = false
+features = ["crypto-nettle"]
 
 [dependencies.thiserror]
 version = "1.0.2"
@@ -132,14 +133,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
 
 [badges.gitlab]
 repository = "sequoia-pgp/sequoia"