mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Updates external dependencies (#577)
* Updates external dependencies * Correct fmt formatting
This commit is contained in:
@@ -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