mmagician
4 months ago
No known key found for this signature in database
GPG Key ID: BDEF1AAE14CCE516
1 changed files with
2 additions and
2 deletions
-
.github/workflows/ci.yml
|
|
@ -16,7 +16,7 @@ jobs: |
|
|
|
uses: actions-rs/toolchain@v1 |
|
|
|
with: |
|
|
|
profile: minimal |
|
|
|
toolchain: 1.74.0 |
|
|
|
toolchain: stable |
|
|
|
override: true |
|
|
|
|
|
|
|
# Install for Anvil |
|
|
@ -48,7 +48,7 @@ jobs: |
|
|
|
uses: actions-rs/toolchain@v1 |
|
|
|
with: |
|
|
|
profile: minimal |
|
|
|
toolchain: 1.74.0 |
|
|
|
toolchain: stable |
|
|
|
override: true |
|
|
|
components: rustfmt, clippy |
|
|
|
- name: cargo fmt |
|
|
|