Skip to content

Commit

Permalink
Rename the plugin to protoc-gen-jellyrust
Browse files Browse the repository at this point in the history
  • Loading branch information
goffrie committed Feb 12, 2024
1 parent 357e846 commit 8279027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 && \
protoc --plugin=protoc-gen-jellyrust=target/debug/protoc-gen-rust -Iproto rust/extensions.proto google/protobuf/{compiler/plugin,descriptor}.proto --jellyrust_out=single_file:src
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! A codegen plugin for use with `protoc --jellyrust_out=...`
use std::io::{
self,
Read,
Expand Down

0 comments on commit 8279027

Please sign in to comment.