Skip to content

Commit a32f807

Browse files
authored
compile -> compile_protos (#53)
1 parent 168b363 commit a32f807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
fn main() -> Result<(), Box<dyn std::error::Error>> {
88
tonic_build::configure()
99
.protoc_arg("--experimental_allow_proto3_optional")
10-
.compile(&["proto/torchft.proto"], &["proto"])?;
10+
.compile_protos(&["proto/torchft.proto"], &["proto"])?;
1111
Ok(())
1212
}

0 commit comments

Comments
 (0)