Skip to content

Commit

Permalink
Use --no-default-features for regen_gen_protos
Browse files Browse the repository at this point in the history
  • Loading branch information
goffrie committed Feb 13, 2024
1 parent a9ea96b commit 6365e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pb-jelly-gen/regen_gen_protos.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
cargo build && \
cargo build --no-default-features && \
protoc --plugin=protoc-gen-jellyrust=target/debug/protoc-gen-jellyrust -Iproto rust/extensions.proto google/protobuf/{compiler/plugin,descriptor}.proto --jellyrust_out=single_file:src

0 comments on commit 6365e78

Please sign in to comment.