From b9646446f8de48c9c4292453ee00d9c6a3487834 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Thu, 10 Oct 2019 18:05:11 +0200 Subject: [PATCH] fix: disable default features for pgp, by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eebf4d458..35eff4c66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ deltachat_derive = { path = "./deltachat_derive" } mmime = { version = "0.1.2", path = "./mmime" } libc = "0.2.51" -pgp = "0.2.3" +pgp = { version = "0.2.3", default-features = false } hex = "0.3.2" sha2 = "0.8.0" rand = "0.6.5"