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
I ran into an issue with an old version of the compiler installed on Linux which caused an arcane error message to appear. And it took an unusually long time to diagnose and fix the error (update the compiler).
Repro steps:
$ rustup toolchain install 1.59.0
$ cargo +1.59.0 build
Updating crates.io index
error: failed to select a version for the requirement `zbus = "^3.0"`
candidate versions found which didn't match: 2.3.2, 2.3.1, 2.3.0, ...
location searched: crates.io index
required by package `dark-light v0.2.3 (/home/jay/other-projects/rust-dark-light)`
I ran into an issue with an old version of the compiler installed on Linux which caused an arcane error message to appear. And it took an unusually long time to diagnose and fix the error (update the compiler).
Repro steps:
zbus
3 requires at least Rust 1.60.0. What is your position on a Minimum Supported Rust Version (MSRV) policy? I don't see any such policy in the repo right now.The text was updated successfully, but these errors were encountered: