You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo install of cargo-espflash started failing for me this morning due to a build failure in the "cargo" dependency:
> cd cargo-espflash
> cargo install --path .
…
error[E0063]: missing field `rust_version` in initializer of `NewCrate`
--> /Users/myk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-0.71.0/src/cargo/ops/registry.rs:383:14
|
383 | &NewCrate {
| ^^^^^^^^ missing `rust_version`
For more information about this error, try `rustc --explain E0063`.
error: could not compile `cargo` (lib) due to previous error
error: failed to compile `cargo-espflash v2.0.1-dev (/Users/myk/Projects/espflash/cargo-espflash)`, intermediate artifacts can be found at `/Users/myk/Projects/espflash/target`
The text was updated successfully, but these errors were encountered:
Thanks for the update, that's some unfortunate timing 😅 For the time being you can still install using --locked despite the dependency being yanked. I will keep an eye on the situation.
cargo install
of cargo-espflash started failing for me this morning due to a build failure in the "cargo" dependency:The text was updated successfully, but these errors were encountered: