diff options
| author | Fuwn <[email protected]> | 2021-06-14 14:56:50 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-14 14:56:50 -0700 |
| commit | d7a5f11cc47e710f08d5043388e18d938d1def41 (patch) | |
| tree | 18eedf7c5cb04fc273b931740d12ffb43ba2a6b6 /.github/workflows/rust.yml | |
| parent | style(global): update license spec (diff) | |
| parent | Merge pull request #5 from fuwn/dependabot/npm_and_yarn/trim-newlines-3.0.1 (diff) | |
| download | lime-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.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 ✅/ 🚫 |