Pin protobuf version to 2.8.x

Lighthouse doesn't build with protobuf 2.9.0, and there's no point
upgrading when it's about to be deleted.
This commit is contained in:
Michael Sproul 2019-09-30 11:12:54 +10:00
parent 3d559d8b41
commit 23bcf9fe6f
No known key found for this signature in database
GPG Key ID: 77B1309D2E54E914

View File

@ -8,7 +8,7 @@ description = "Google protobuf message and service definitions used in Lighthous
[dependencies]
futures = "0.1"
grpcio = { version = "0.4", default-features = false, features = ["protobuf-codec"] }
protobuf = "2.0"
protobuf = "~2.8.1"
[build-dependencies]
protoc-grpcio = "0.3.1"