v2
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fn main() {
|
||||
let mut config = prost_build::Config::new();
|
||||
config.protoc_arg("--experimental_allow_proto3_optional");
|
||||
config
|
||||
.compile_protos(&["proto/local_ipc.proto"], &["proto"])
|
||||
.unwrap();
|
||||
}
|
||||
Reference in New Issue
Block a user