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 found #666 which seems to solve the issue only for rustup
I am using fenix, also tried rust-overlay which ran into the same issue, both are ways of managing nightly rust without rustup
error[E0514]: found crate `version_check` compiled by an incompatible version of rustc
--> /home/figsoda/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/build.rs:2:8
|
2 | if version_check::is_max_version("1.36.0").unwrap_or(false) {
| ^^^^^^^^^^^^^
|
= note: the following crate versions were found:
crate `version_check` compiled by rustc 1.66.0-nightly (a24a020e6 2022-10-18): /home/figsoda/sagoin/target/release/deps/libversion_check-18c6e0c918cf4ef9.rli
b
= help: please recompile that crate using this compiler (rustc 1.66.0-nightly (4b8f43199 2022-10-19)) (consider running `cargo clean` first)
The text was updated successfully, but these errors were encountered:
I found #666 which seems to solve the issue only for rustup
I am using fenix, also tried rust-overlay which ran into the same issue, both are ways of managing nightly rust without rustup
The text was updated successfully, but these errors were encountered: