You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-sequoia-wot/sequoia-wot-fix-metadata.diff

35 lines
801 B

--- sequoia-wot-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sequoia-wot-0.5.0/Cargo.toml 2023-04-14T14:49:27.592927+00:00
@@ -75,7 +75,7 @@
version = "0.1"
[dependencies.sequoia-net]
-version = "0.26"
+version = "0.27"
default-features = false
[dependencies.sequoia-openpgp]
@@ -83,7 +83,7 @@
default-features = false
[dependencies.sequoia-policy-config]
-version = "0.5"
+version = "0.6"
[dependencies.thiserror]
version = "1.0.2"
@@ -121,9 +121,12 @@
[build-dependencies.clap_mangen]
version = "0.2"
+[features]
+crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
+crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
+
[target."cfg(not(windows))".dev-dependencies.sequoia-openpgp]
version = "1"
-features = ["crypto-nettle"]
default-features = false
[badges.maintenance]