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 was using rust stable (1.9), then did a multirust override beta to try out the fs_time feature, but a library dependency didn't work (simple_parallel which depends on crossbeam), so I switched back to stable, with multirust override stable and got this error when doing a cargo build.
I was using rust stable (1.9), then did a
multirust override beta
to try out the fs_time feature, but a library dependency didn't work (simple_parallel
which depends oncrossbeam
), so I switched back to stable, withmultirust override stable
and got this error when doing acargo build
.The text was updated successfully, but these errors were encountered: