Skip to content

Commit b7df99e

Browse files
authored
Merge pull request #74 from SergioGasquez/fix/rust-builds
Remove cargo-update
2 parents 649220c + 1f424fb commit b7df99e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust-nostd-esp/compile.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ if [ -f ${HOME}/build-in/Cargo.toml ]; then
4747
fi
4848

4949
cargo audit
50-
cargo update
5150
cargo build --release
5251
espflash save-image --chip ${WOKWI_MCU_NO_DASH} --flash-size 4mb target/${TARGET}/release/${PROJECT_NAME} ${HOME}/build-out/project.bin
5352
cp target/${TARGET}/release/${PROJECT_NAME} ${HOME}/build-out/project.elf

0 commit comments

Comments
 (0)