Skip to content

Commit 559cc57

Browse files
kykosicmxpv
authored andcommitted
add experimental flag
1 parent 9d9cc05 commit 559cc57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/client/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const FIXUP_MODULES: &[&str] = &[
6767

6868
fn main() {
6969
let mut config = prost_build::Config::new();
70+
config.protoc_arg("--experimental_allow_proto3_optional");
7071
config.enable_type_names();
7172

7273
tonic_build::configure()

0 commit comments

Comments
 (0)