mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-22 16:25:32 +00:00
Pin protobuf to >=1.4 && <1.6. Fixes #67
This commit is contained in:
@ -26,7 +26,7 @@ base64 = "0.9.0"
|
|||||||
rand = "^0.3"
|
rand = "^0.3"
|
||||||
ring = "^0.12"
|
ring = "^0.12"
|
||||||
merkle_sigs = "^1.4"
|
merkle_sigs = "^1.4"
|
||||||
protobuf = "^1.4"
|
protobuf = ">= 1.4, < 1.6"
|
||||||
|
|
||||||
[dependencies.error-chain]
|
[dependencies.error-chain]
|
||||||
version = "0.11.0"
|
version = "0.11.0"
|
||||||
|
Reference in New Issue
Block a user