mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 03:16:29 +03:00
fix(deps): disable default features
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user