aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-14 14:56:50 -0700
committerFuwn <[email protected]>2021-06-14 14:56:50 -0700
commitd7a5f11cc47e710f08d5043388e18d938d1def41 (patch)
tree18eedf7c5cb04fc273b931740d12ffb43ba2a6b6 /.github/workflows/rust.yml
parentstyle(global): update license spec (diff)
parentMerge pull request #5 from fuwn/dependabot/npm_and_yarn/trim-newlines-3.0.1 (diff)
downloadlime-old-d7a5f11cc47e710f08d5043388e18d938d1def41.tar.xz
lime-old-d7a5f11cc47e710f08d5043388e18d938d1def41.zip
Merge branch 'main' of https://github.com/fuwn/lime
Diffstat (limited to '.github/workflows/rust.yml')
-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 ✅/ 🚫