Skip to content

Commit

Permalink
Remove now-dead gencode feature reference in release.sh
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707610874
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Dec 18, 2024
1 parent 6b32602 commit 556a426
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rust/release_crates/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ CARGO_HOME=$CARGO_HOME CARGO_REGISTRY_TOKEN=$AUTH_TOKEN cargo publish
cd $CODEGEN_ROOT
CARGO_HOME=$CARGO_HOME CARGO_REGISTRY_TOKEN=$AUTH_TOKEN cargo publish

# The example crate cannot be published due to it having a build.rs that
# modifies files outside of the OUT_DIR.
cd $EXAMPLE_ROOT
CARGO_HOME=$CARGO_HOME cargo build --features run-protobuf-codegen
CARGO_HOME=$CARGO_HOME CARGO_REGISTRY_TOKEN=$AUTH_TOKEN cargo publish

0 comments on commit 556a426

Please sign in to comment.