diff options
| author | Fuwn <[email protected]> | 2021-05-19 21:57:57 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-19 21:57:57 -0700 |
| commit | 1808764d63b531fa831ff010b11a55cff010799a (patch) | |
| tree | 6fe49ce70a668e736ec63a2fc2eb18b631b287db /.github | |
| parent | fix(readme): image on new row (diff) | |
| download | lime-old-1808764d63b531fa831ff010b11a55cff010799a.tar.xz lime-old-1808764d63b531fa831ff010b11a55cff010799a.zip | |
fix(actions): correct toolchain release
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 9c7437b..c1757f2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -25,7 +25,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-02-20 + toolchain: nightly-2021-05-12 components: rustfmt, clippy override: true - name: Check ✅/ 🚫 |