-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: run on stable rust and update CI
The CI is now testing only the version that is specified in the `rust_toolchain` file. Previously that version plus stable was tested, but now as we are on stable, there is not need to run tests twice. The `--all` flag for `cargo` is deprecated, instead one should use `--workspace`. This commit also makes this adjustment.
- Loading branch information
1 parent
573d24f
commit 319bc2b
Showing
2 changed files
with
16 additions
and
40 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
nightly-2020-03-19 | ||
1.43.1 |