|
@ -16,7 +16,7 @@ jobs: |
|
|
uses: actions-rs/toolchain@v1 |
|
|
uses: actions-rs/toolchain@v1 |
|
|
with: |
|
|
with: |
|
|
profile: minimal |
|
|
profile: minimal |
|
|
toolchain: 1.74.0 |
|
|
|
|
|
|
|
|
toolchain: stable |
|
|
override: true |
|
|
override: true |
|
|
|
|
|
|
|
|
# Install for Anvil |
|
|
# Install for Anvil |
|
@ -48,7 +48,7 @@ jobs: |
|
|
uses: actions-rs/toolchain@v1 |
|
|
uses: actions-rs/toolchain@v1 |
|
|
with: |
|
|
with: |
|
|
profile: minimal |
|
|
profile: minimal |
|
|
toolchain: 1.74.0 |
|
|
|
|
|
|
|
|
toolchain: stable |
|
|
override: true |
|
|
override: true |
|
|
components: rustfmt, clippy |
|
|
components: rustfmt, clippy |
|
|
- name: cargo fmt |
|
|
- name: cargo fmt |
|
|