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
we should lock the rust version in cargo.toml to the minimal rust version that loco required.
[package]
..rust-version = "1.70"...
run with version the lower then 1.70.
getting the error:
error: package `anstream v0.6.5` cannot be built because it requires rustc 1.70.0 or newer, while the currently active rustc version is 1.66.0-nightly
Either upgrade to rustc 1.70.0 or newer, or use
cargo update -p [email protected] --precise ver
where `ver` is the latest version of `anstream` supporting rustc 1.66.0-nightly
The text was updated successfully, but these errors were encountered:
we should lock the rust version in cargo.toml to the minimal rust version that loco required.
run with version the lower then 1.70.
getting the error:
The text was updated successfully, but these errors were encountered: