Skip to content

Commit

Permalink
add experimental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kykosic authored and mxpv committed Feb 20, 2025
1 parent 9d9cc05 commit 559cc57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/client/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const FIXUP_MODULES: &[&str] = &[

fn main() {
let mut config = prost_build::Config::new();
config.protoc_arg("--experimental_allow_proto3_optional");
config.enable_type_names();

tonic_build::configure()
Expand Down

0 comments on commit 559cc57

Please sign in to comment.