diff --git a/src/utils/rustUtil.mts b/src/utils/rustUtil.mts index 04caee6..af5989b 100644 --- a/src/utils/rustUtil.mts +++ b/src/utils/rustUtil.mts @@ -326,7 +326,7 @@ export async function downloadAndInstallRust(): Promise { } // install elf2uf2-rs - const elf2uf2Rs = "elf2uf2-rs"; + /*const elf2uf2Rs = "elf2uf2-rs"; cargoInstResult = await cargoInstall(elf2uf2Rs, true); if (cargoInstResult !== undefined) { void window.showErrorMessage( @@ -335,7 +335,7 @@ export async function downloadAndInstallRust(): Promise { ); return false; - } + }*/ // install cargo-sbom const cargoSbom = "cargo-sbom";