aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-19 21:57:17 -0700
committerGitHub <[email protected]>2021-05-19 21:57:17 -0700
commitab2366434e3690d37031a8959be7448c890a7400 (patch)
treeccec26205c0230600749f8f84ae620a5a2fbab01
parentfeat: source link (diff)
downloadrecords-ab2366434e3690d37031a8959be7448c890a7400.tar.xz
records-ab2366434e3690d37031a8959be7448c890a7400.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..e548d69 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-18
components: rustfmt, clippy
override: true
- name: Check ✅/ 🚫