We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3175bb9 commit 3f02e7bCopy full SHA for 3f02e7b
discovery-utils/build.rs
@@ -1,6 +1,7 @@
1
fn main() {
2
tonic_build::configure()
3
.out_dir("./src/discovery")
4
+ .protoc_arg("--experimental_allow_proto3_optional")
5
.compile(&["proto/discovery.proto"], &["proto"])
6
.expect("failed to compile protos");
7
}
0 commit comments