diff --git a/build.rs b/build.rs index 82a65a1..393d97c 100644 --- a/build.rs +++ b/build.rs @@ -4,7 +4,7 @@ fn main() { tonic_build::configure() .build_server(false) - .compile( + .compile_protos( &[ "proto/auth.proto", "proto/kv.proto",