mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
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:
@@ -8,7 +8,7 @@ description = "Google protobuf message and service definitions used in Lighthous
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
grpcio = { version = "0.4", default-features = false, features = ["protobuf-codec"] }
|
grpcio = { version = "0.4", default-features = false, features = ["protobuf-codec"] }
|
||||||
protobuf = "2.0"
|
protobuf = "~2.8.1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
protoc-grpcio = "0.3.1"
|
protoc-grpcio = "0.3.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user