When running rustup update
and a component fails to download, already downloaded component are redownloaded on subsequent run.
#4100
Labels
Problem you are trying to solve
When running
rustup update
and a component fails to download, already downloaded component are redownloaded on subsequent run.Step to reproduce:
rustup update
rustup update
Solution you'd like
When a component is downloaded and another component failed to download, the component that was successfully downloaded should not need to be redownloaded again.
This would be useful for person like me that have a bad internet connection and a lot of targets (and thus components) installed.
Notes
No response
The text was updated successfully, but these errors were encountered: