File: enable-nettle.patch

package info (click to toggle)
rust-sequoia-wot 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,716 kB
  • sloc: sh: 809; makefile: 20
file content (17 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Origin: vendor
Subject: enable crypto-nettle feature
Forwarded: not-needed


Index: sequoia-wot/Cargo.toml
===================================================================
--- sequoia-wot.orig/Cargo.toml
+++ sequoia-wot/Cargo.toml
@@ -69,6 +69,7 @@ default-features = false
 [dependencies.sequoia-openpgp]
 version = "2"
 default-features = false
+features = ["crypto-nettle"]
 
 [dependencies.thiserror]
 version = ">=1, <3"