Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove uninstalling Xtensa Rust when updating #197

Merged
merged 5 commits into from
Mar 3, 2023

Conversation

SergioGasquez
Copy link
Member

When running espup update we don't need to always uninstall Xtensa Rust. There is already a check in Xtensa Rust install method that checks if in there is a toolchain installed with the same version in the destination folder. If the version is the same, the installation will be reused, but a warning will be displayed as we used an extended semver.

@SergioGasquez SergioGasquez changed the title Remove uninstalling Xtensa Rust Remove uninstalling Xtensa Rust when updating Mar 3, 2023
@SergioGasquez SergioGasquez merged commit fd0fb13 into esp-rs:main Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

espup update redownloads toolchain even when there isn't a newer one
1 participant