diff options
| author | Fuwn <[email protected]> | 2021-06-05 22:42:55 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-05 22:42:55 -0700 |
| commit | 954fef63bf57d9eb18f2bf0e3e5a123a92a2482e (patch) | |
| tree | c2d3c035c22ff6604eb504d10333b6389cd4f909 /.github/workflows | |
| parent | feat(make): document generation task (diff) | |
| download | whirl-954fef63bf57d9eb18f2bf0e3e5a123a92a2482e.tar.xz whirl-954fef63bf57d9eb18f2bf0e3e5a123a92a2482e.zip | |
build(global): bump toolchain release
This commit also fixes all of the new lints that arose because of the bump.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5ada3b2..1c5f1f5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,7 +22,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-02-20 + toolchain: nightly-2021-06-04 components: rustfmt, clippy override: true |