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
It looks like some commands, like profile_local, use nightly cargo by default, instead of using the cargo of the profiled toolchain. We should change that.
Furthermore, when using rustup-toolchain-install-master, we don't download the cargo of the specified toolchain. We should do that, to avoid using a local cargo version unexpectedly.
The text was updated successfully, but these errors were encountered:
It looks like some commands, like
profile_local
, use nightlycargo
by default, instead of using thecargo
of the profiled toolchain. We should change that.Furthermore, when using
rustup-toolchain-install-master
, we don't download thecargo
of the specified toolchain. We should do that, to avoid using a localcargo
version unexpectedly.The text was updated successfully, but these errors were encountered: