cargo fmt
This commit is contained in:
parent
9c1416eabf
commit
a9bf4208ab
@ -4,7 +4,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
unsafe {
|
||||
std::env::set_var("PROTOC", protoc_bin_vendored::protoc_bin_path()?);
|
||||
}
|
||||
|
||||
|
||||
prost_build::compile_protos(&["processes.proto"], &["."])?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user