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"