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
Hi, I tried cargo check in my codebase using core_io but I encountered this issue recently. Since rustc_version(<2.0) have been yanked, can you upgrade it?
error: failed to selecta version for the requirement `rustc_version = "^0.1.7"`
candidate versions found which didn't match: 0.3.3, 0.3.2, 0.3.1, ... location searched: crates.io indexrequired by package `core_io v0.1.20190701` ... which is depended on by `shim v0.1.0 (/home/eos/rustos/lib/shim)` ... which is depended on by `pi v0.1.0 (/home/eos/rustos/lib/pi)`
The text was updated successfully, but these errors were encountered:
Hi, I tried
cargo check
in my codebase using core_io but I encountered this issue recently. Since rustc_version(<2.0) have been yanked, can you upgrade it?The text was updated successfully, but these errors were encountered: