Skip to content

Commit

Permalink
Fix scripts/publish_crates.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Aug 17, 2023
1 parent 75d1a0c commit 1a6cf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_crates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ export RERUN_IS_PUBLISHING=yes

echo "Publishing crates…"

cargo publish $FLAGS -p re_types_builder
cargo publish $FLAGS -p re_build_info
cargo publish $FLAGS -p re_build_tools
cargo publish $FLAGS -p re_log
cargo publish $FLAGS -p re_tracing
cargo publish $FLAGS -p re_types_builder
cargo publish $FLAGS -p re_int_histogram
cargo publish $FLAGS -p re_error
cargo publish $FLAGS -p re_tuid
Expand Down

0 comments on commit 1a6cf11

Please sign in to comment.