-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't rely on setting default toolchain
We were previously using `rustup default stable` for our stable rust workflows and `cargo +<toolchain>` for anything on nightly or oldstable. This patch switches to `cargo +<toolchain>` for everything (mostly for consistency)
- Loading branch information
1 parent
7642cd1
commit ee61147
Showing
1 changed file
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters