diff --git a/build.rs b/build.rs index 814284f4..4ed2932b 100644 --- a/build.rs +++ b/build.rs @@ -33,7 +33,6 @@ fn main() -> Result<(), anyhow::Error> { let config = { let mut c = prost_build::Config::new(); c.disable_comments(Some(".")); - c.protoc_arg("--experimental_allow_proto3_optional"); c.bytes([ ".istio.workload.Workload", ".istio.workload.Service",