Pin protobuf to >=1.4 && <1.6. Fixes #67

This commit is contained in:
Romain Ruetschi
2018-05-17 10:25:01 +02:00
parent c112f7920b
commit a69d61dfbc

View File

@ -26,7 +26,7 @@ base64 = "0.9.0"
rand = "^0.3"
ring = "^0.12"
merkle_sigs = "^1.4"
protobuf = "^1.4"
protobuf = ">= 1.4, < 1.6"
[dependencies.error-chain]
version = "0.11.0"