Open
Description
Unfortunately, it seems that the Rust toolchain version listed in rust-toolchain.toml
is no longer enough to build/install cargo-make
if the command cargo install cargo-make
is invoked from this repository's directory:
error: failed to compile `cargo-make v0.37.23`, intermediate artifacts can be found at `/tmp/cargo-installOwOoIm`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
Caused by:
package `cargo-platform v0.1.9` cannot be built because it requires rustc 1.78 or newer, while the currently active rustc version is 1.74.0
Try re-running cargo install with `--locked`
meanwhile, rust-toolchain.toml
contains this channel version:
[toolchain]
channel = "1.74.0"
targets = ["thumbv6m-none-eabi"]
components = ["clippy", "rustfmt"]
Possible solutions:
- Bump the version.
- Run the
install
command outside of this project's directory.
Metadata
Metadata
Assignees
Labels
No labels