diff options
| author | Fuwn <[email protected]> | 2021-06-05 22:42:55 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-05 22:42:55 +0000 |
| commit | 47c185c5973b7095b3df0b1ff79a3c51bb6fbc4e (patch) | |
| tree | be34623c8623a6f134108e74c763e5403639239a /.github | |
| parent | feat(make): document generation task (diff) | |
| download | whirl-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')
| -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 |