You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am facing this issue while cargo build
"called Result::unwrap() on an Err value: Custom { kind: Other, error: "protoc failed: bundle.proto: This file contains proto3 optional fields, but --experimental_allow_proto3_optional was not set.\n" }"
The text was updated successfully, but these errors were encountered:
use tonic_build::configure;fnmain(){configure().protoc_arg("--experimental_allow_proto3_optional").compile(&["protos/auth.proto","protos/block.proto","protos/block_engine.proto","protos/bundle.proto","protos/packet.proto","protos/relayer.proto","protos/searcher.proto","protos/shared.proto",],&["protos"],).unwrap();}
Hi,
I am facing this issue while cargo build
"called
Result::unwrap()
on anErr
value: Custom { kind: Other, error: "protoc failed: bundle.proto: This file contains proto3 optional fields, but --experimental_allow_proto3_optional was not set.\n" }"The text was updated successfully, but these errors were encountered: