Skip to content

Commit

Permalink
add protoc flag to build protos with optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob committed Apr 9, 2024
1 parent 03e6228 commit 3ff313c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ fn main() {
// .build_client(true)
// .build_server(true)
// .out_dir("src/rpc/")
// .protoc_arg("--experimental_allow_proto3_optional")
// .compile(&["proto/cache.proto"], &["proto"])
// .expect("Failed to compile proto/cache.proto");
}

0 comments on commit 3ff313c

Please sign in to comment.