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
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:
Unfortunately, it seems that the Rust toolchain version listed in
rust-toolchain.toml
is no longer enough to build/installcargo-make
if the commandcargo install cargo-make
is invoked from this repository's directory:meanwhile,
rust-toolchain.toml
contains this channel version:Possible solutions:
install
command outside of this project's directory.The text was updated successfully, but these errors were encountered: