use stable rust in CI

This commit is contained in:
mmagician
2024-07-17 23:47:06 +02:00
parent 0a8d371f88
commit 7045748194

View File

@@ -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