mirror of
https://github.com/extism/extism.git
synced 2026-01-10 22:37:58 -05:00
Okay, phew. The main bug from the [last PR](https://github.com/extism/extism/pull/610) was that the rust releases scramble to publish, but we have to publish them in a particular order for the release to work since they depend on each other. There's a secondary bug: `cargo publish` is prone to 502'ing on publish. I lean towards seeing how painful this is in practice; we should be able to safely re-run the release flow on failure.