Skip to content

Commit

Permalink
publish_crates.sh: fix crate ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Apr 19, 2023
1 parent e2fa88e commit 687a982
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 @@ -95,11 +95,11 @@ cargo publish $FLAGS -p re_build_build_info
cargo publish $FLAGS -p re_log
cargo publish $FLAGS -p re_int_histogram
cargo publish $FLAGS -p re_error
cargo publish $FLAGS -p re_tuid
cargo publish $FLAGS -p re_format
cargo publish $FLAGS -p re_string_interner
cargo publish $FLAGS -p re_analytics
cargo publish $FLAGS -p re_memory
cargo publish $FLAGS -p re_tuid
cargo publish $FLAGS -p re_log_types
cargo publish $FLAGS -p re_smart_channel
cargo publish $FLAGS -p re_log_encoding
Expand Down

0 comments on commit 687a982

Please sign in to comment.