From f336166867d1b3d3d283174a73468ccec6d6e36b Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Sat, 6 Jul 2019 17:35:19 +0200 Subject: [PATCH] fix(deps): disable default features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf561a36d..a8cbd89b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ pkg-config = "0.3" [dependencies] libc = "0.2.51" -pgp = { version = "0.2", default-features = true } +pgp = { version = "0.2", default-features = false } hex = "0.3.2" sha2 = "0.8.0" rand = "0.6.5"