Skip to content

Commit

Permalink
chore: rename deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Oct 8, 2024
1 parent d1d7b2a commit df2c587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto-compiler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pub fn proto_compile(mode: GenerationMode) {
#[cfg(feature = "grpc")]
tonic_build::configure()
.generate_default_stubs(true)
.compile_with_config(pb, &protos, &proto_includes_paths)
.compile_protos_with_config(pb, &protos, &proto_includes_paths)
.unwrap();
#[cfg(not(feature = "grpc"))]
panic!("grpc feature is required to compile {}", mode.to_string());
Expand Down

0 comments on commit df2c587

Please sign in to comment.