Skip to content

Commit

Permalink
compile -> compile_protos (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackmin801 authored Dec 20, 2024
1 parent 168b363 commit a32f807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_build::configure()
.protoc_arg("--experimental_allow_proto3_optional")
.compile(&["proto/torchft.proto"], &["proto"])?;
.compile_protos(&["proto/torchft.proto"], &["proto"])?;
Ok(())
}

0 comments on commit a32f807

Please sign in to comment.