fix(deps): disable default features

This commit is contained in:
dignifiedquire
2019-07-06 17:35:19 +02:00
parent 692b779896
commit f336166867

View File

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