mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +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]
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user