Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use rustup toolchain invocations instead of rustup proxies
On Windows, nested Cargo invocations fail if a toolchain is specified, since the nested invocations do not use the rustup proxy anymore, but use the exact executable instead, see rust-lang/rustup#3036. To solve this issue, we now build `rustup run TOOLCHAIN cargo` commands, instead of `cargo +TOOLCHAIN`, skipping the proxies entirely.
- Loading branch information