You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In tests, 0.91.0 can upgrade to 0.92.0 as expected. 0.92.0 can then upgrade to either 0.100.0 or 0.101.0 safely. The new version installs a new receipt under the new name.
So, in other words, I think we can safely do this in two releases:
We just need to delete the Formula/cargo-dist.rb version and add the formula_renames.json file. Then, Homebrew will just go ahead and use the new formula file generated by dist and will be able to apply upgrades.
In #1267, we're working towards renaming
cargo-dist
todist
. We have a few steps to do in this release and in the releases to follow.Now
cargo-dist
withdist
, except in the names of the installers and related packagesdist
binary and itscargo-dist
alias, ensuring it works both waysWhen 0.24.0 is released
After 0.24.0 is released
dist
instead ofcargo-dist
Sometime after that minor release
The text was updated successfully, but these errors were encountered: