mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-07-16 23:37:14 -04:00
58660adcc2
# Description of Changes Stacked on #5325. This updates the crates.io release target so after each crate publish succeeds, or is detected as already published, the release tool waits until `cargo info <crate>@<version>` can resolve that exact version from the registry before continuing to later crates. This prevents dependent crates from being published before crates.io has indexed the just-published dependency version. # API and ABI breaking changes None. # Expected complexity level and risk 1. The change is limited to release tooling for the crates.io target. Runtime behavior and library APIs are unchanged. # Testing Unsure how to test without a release. --------- Co-authored-by: clockwork-labs-bot <clockwork-labs-bot@users.noreply.github.com> Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com> Co-authored-by: Zeke Foppa <196249+bfops@users.noreply.github.com>