Browse Source

use stable rust in CI

pull/4/head
mmagician 4 months ago
parent
commit
7045748194
No known key found for this signature in database GPG Key ID: BDEF1AAE14CCE516
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/ci.yml

+ 2
- 2
.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

Loading…
Cancel
Save