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