aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-19 21:57:57 -0700
committerGitHub <[email protected]>2021-05-19 21:57:57 -0700
commit1808764d63b531fa831ff010b11a55cff010799a (patch)
tree6fe49ce70a668e736ec63a2fc2eb18b631b287db
parentfix(readme): image on new row (diff)
downloadlime-old-1808764d63b531fa831ff010b11a55cff010799a.tar.xz
lime-old-1808764d63b531fa831ff010b11a55cff010799a.zip
fix(actions): correct toolchain release
-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 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 ✅/ 🚫