chore(build): Refactor codegen traits (#302)
Signed-off-by: Lucio Franco <[email protected]>
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
fn main() {
|
||||
let proto = "proto/grpc/testing/test.proto";
|
||||
|
||||
tonic_build::prost::compile_protos(proto).unwrap();
|
||||
tonic_build::compile_protos(proto).unwrap();
|
||||
|
||||
// prevent needing to rebuild if files (or deps) haven't changed
|
||||
println!("cargo:rerun-if-changed={}", proto);
|
||||
|
||||
Reference in New Issue
Block a user