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"]