diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5cb2a25..7c1ff43 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -13,10 +13,8 @@ jobs: - name: Install rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.41.1 components: rustfmt profile: minimal - override: true - name: Format uses: actions-rs/cargo@v1