-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin the CI/CD Rust toolchain to latest stable
A frequent source of CI failures (here, but mostly elsewhere) is not pinning your compiler version. As new versions are released, new lints and errors are added, making a project that used to build without errors, now fail simply because there's a new release. Now, we can, and SHOULD frequently upgrade our toolchain, but it should still be pinned, so that we can do it on our terms. Closes #36.
- Loading branch information
Showing
1 changed file
with
12 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