aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-05 22:42:55 +0000
committerFuwn <[email protected]>2021-06-05 22:42:55 +0000
commit47c185c5973b7095b3df0b1ff79a3c51bb6fbc4e (patch)
treebe34623c8623a6f134108e74c763e5403639239a /.github/workflows
parentfeat(make): document generation task (diff)
downloadwhirl-47c185c5973b7095b3df0b1ff79a3c51bb6fbc4e.tar.xz
whirl-47c185c5973b7095b3df0b1ff79a3c51bb6fbc4e.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.yml2
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