esp-rs / espflash

Serial flasher utility for Espressif SoCs and modules based on esptool.py
Apache License 2.0
457 stars 111 forks source link

Revert to depending on cargo 0.71 #449

Closed mykmelez closed 1 year ago

mykmelez commented 1 year ago

The cargo team still hasn't published version 0.72.1 to crates.io since pulling 0.72, so it's currently impossible to install cargo-espflash.

However, in the meantime, they appear to have fixed installing cargo-espflash with 0.71. So perhaps it's worth reverting the dependency to that version.

This reverts commit 7ce1ca203b54021fe681d08944b0c83c8d4ab57c.

mykmelez commented 1 year ago

I chatted with @jessebraham, and he'd prefer to wait for the cargo team to update their crate, so I'll go ahead and close this.