mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
fix(deps): disable default features
This commit is contained in:
@@ -11,7 +11,7 @@ pkg-config = "0.3"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.51"
|
libc = "0.2.51"
|
||||||
pgp = { version = "0.2", default-features = true }
|
pgp = { version = "0.2", default-features = false }
|
||||||
hex = "0.3.2"
|
hex = "0.3.2"
|
||||||
sha2 = "0.8.0"
|
sha2 = "0.8.0"
|
||||||
rand = "0.6.5"
|
rand = "0.6.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user