Remove the nightly PGP feature

This was to test pgp early on, but that's not deltachat's business.
If needed the PGP project can always do this with patching.
This commit is contained in:
Floris Bruynooghe
2023-01-31 11:17:28 +01:00
parent c8453e2c81
commit 76893df5bd
2 changed files with 0 additions and 2 deletions

View File

@@ -155,4 +155,3 @@ vendored = [
"rusqlite/bundled-sqlcipher-vendored-openssl",
"reqwest/native-tls-vendored"
]
nightly = ["pgp/nightly"]

View File

@@ -29,6 +29,5 @@ once_cell = "1.17.0"
[features]
default = ["vendored"]
vendored = ["deltachat/vendored"]
nightly = ["deltachat/nightly"]
jsonrpc = ["deltachat-jsonrpc"]