Skip to content

Commit

Permalink
Fix cestory build
Browse files Browse the repository at this point in the history
  • Loading branch information
bertho-zero authored Feb 1, 2025
1 parent 8152d4c commit 00987fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cestory/api/build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
fn main() {
let mut builder = tonic_build::configure()
.protoc_arg("--experimental_allow_proto3_optional")
.out_dir("./src/proto_generated")
.disable_package_emission()
.build_server(true)
Expand Down

0 comments on commit 00987fd

Please sign in to comment.