Skip to content

Commit

Permalink
Drop experimental protoc flag (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn authored Oct 13, 2023
1 parent d77be10 commit a0d96fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a0d96fe

Please sign in to comment.