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
`base_command` currently tries to choose the Cargo version via `$CARGO`.
But `cargo` doesn't consult `$CARGO`, so this has no effect, and the
`cargo` used is whatever is found in `$PATH`.
This commit fixes `base_command` to use the `cargo` specified in
`Compiler::cargo`.
0 commit comments