summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-08-25 14:45:18 +0800
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-08-25 14:46:11 +0800
commit04e3a2aac6c717fb1844a9f2bb9588c9e91c50ac (patch)
tree764bd5f8988991983579e69b0b996b16840e4fc7 /.github
parentef67b325d5d8bddef4238f2b10b744500a553506 (diff)
CI: switch to dtolnay/rust-toolchain
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index a1a7061..a269bcd 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -21,11 +21,9 @@ jobs:
uses: actions/checkout@v3
- name: Install Rust
- uses: actions-rs/toolchain@v1
+ uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- profile: minimal
- override: true
components: rustfmt, clippy
- name: Check formatting