fix: 🐛 Remove uninstalling Xtensa Rust

This commit is contained in:
Sergio Gasquez 2023-03-02 11:28:29 +00:00 committed by Sergio Gasquez Arcos
parent 7facee1bd1
commit 433c27d18a

View File

@ -296,8 +296,6 @@ async fn update(args: UpdateOpts) -> Result<()> {
xtensa_rust,
);
XtensaRust::uninstall(&install_path)?;
xtensa_rust.install().await?;
info!("{} Update successfully completed!", emoji::CHECK);