Pin protobuf 2.14 until our MSRV passes 1.44.1

This commit is contained in:
Jack Grigg 2020-06-24 19:45:27 +12:00
parent 12f6ec1b2e
commit 5ff81049b4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ bs58 = { version = "0.3", features = ["check"] }
ff = { version = "0.6", path = "../ff" }
hex = "0.3"
pairing = { version = "0.16", path = "../pairing" }
protobuf = "2"
protobuf = "=2.14.0" # 2.15 has MSRV of 1.44.1
subtle = "2"
zcash_primitives = { version = "0.2", path = "../zcash_primitives" }