From 47c185c5973b7095b3df0b1ff79a3c51bb6fbc4e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 5 Jun 2021 22:42:55 +0000 Subject: build(global): bump toolchain release This commit also fixes all of the new lints that arose because of the bump. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3