We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b14208 commit 21445c0Copy full SHA for 21445c0
chain/ethereum/build.rs
@@ -3,6 +3,7 @@ fn main() {
3
4
tonic_build::configure()
5
.out_dir("src/protobuf")
6
+ .protoc_arg("--experimental_allow_proto3_optional")
7
.compile_protos(&["proto/ethereum.proto"], &["proto"])
8
.expect("Failed to compile Firehose Ethereum proto(s)");
9
}
0 commit comments