Skip to content

Commit

Permalink
revert changes on prost
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Oct 10, 2024
1 parent 5dab5d3 commit f0ffd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion madsim-tonic-build/src/prost.rs
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ impl Builder {

// generate origin
config.out_dir(out_dir);
builder.compile_with_config(config, protos, includes)?;
builder.compile_protos_with_config(config, protos, includes)?;

Ok(())
}
Expand Down

0 comments on commit f0ffd24

Please sign in to comment.