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
My project is still using Rust 1.76.0, and I'm currently targeting cargo-c 0.9.27 that used to be compatible with my toolchain version.
However since yesterday:
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
Caused by:
package cargo-util v0.2.12` cannot be built because it requires rustc 1.77 or newer, while the currently active rustc version is 1.76.0
Try re-running cargo install with --locked
cargo-util 0.2.12 has been released yesterday and it requires at least Rust 1.77.0. Should cargo-c fix a specific version of cargo-util since it can introduce breaking changes ?
The text was updated successfully, but these errors were encountered:
My project is still using Rust 1.76.0, and I'm currently targeting cargo-c 0.9.27 that used to be compatible with my toolchain version.
However since yesterday:
cargo-util
0.2.12 has been released yesterday and it requires at least Rust 1.77.0. Shouldcargo-c
fix a specific version ofcargo-util
since it can introduce breaking changes ?The text was updated successfully, but these errors were encountered: