mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Updates external dependencies (#577)
* Updates external dependencies * Correct fmt formatting
This commit is contained in:
@@ -6,9 +6,9 @@ edition = "2018"
|
||||
description = "Google protobuf message and service definitions used in Lighthouse APIs."
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1"
|
||||
grpcio = { version = "0.4", default-features = false, features = ["protobuf-codec"] }
|
||||
protobuf = "~2.8.1"
|
||||
futures = "0.1.29"
|
||||
grpcio = { version = "0.4.6", default-features = false, features = ["protobuf-codec"] }
|
||||
protobuf = "2.8.1"
|
||||
|
||||
[build-dependencies]
|
||||
protoc-grpcio = "0.3.1"
|
||||
protoc-grpcio = "1.1.0"
|
||||
|
||||
@@ -5,6 +5,6 @@ use std::path::Path;
|
||||
fn main() {
|
||||
let proto_root = Path::new("src");
|
||||
println!("cargo:rerun-if-changed={}", proto_root.display());
|
||||
protoc_grpcio::compile_grpc_protos(&["services.proto"], &[proto_root], &proto_root)
|
||||
protoc_grpcio::compile_grpc_protos(&["services.proto"], &[proto_root], &proto_root, None)
|
||||
.expect("Failed to compile gRPC definitions!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user