From 76893df5bd818049731d0fa6dc8bbccdb8b099e5 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Tue, 31 Jan 2023 11:17:28 +0100 Subject: [PATCH] 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. --- Cargo.toml | 1 - deltachat-ffi/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index da4f7eb0b..41e9a89d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,4 +155,3 @@ vendored = [ "rusqlite/bundled-sqlcipher-vendored-openssl", "reqwest/native-tls-vendored" ] -nightly = ["pgp/nightly"] diff --git a/deltachat-ffi/Cargo.toml b/deltachat-ffi/Cargo.toml index 1fb749414..ca45bf3e1 100644 --- a/deltachat-ffi/Cargo.toml +++ b/deltachat-ffi/Cargo.toml @@ -29,6 +29,5 @@ once_cell = "1.17.0" [features] default = ["vendored"] vendored = ["deltachat/vendored"] -nightly = ["deltachat/nightly"] jsonrpc = ["deltachat-jsonrpc"]