use stable toolchain not 1.56.0

This commit is contained in:
Franz Heinzmann (Frando)
2022-06-29 18:55:41 +02:00
committed by Simon Laux
parent 978e4aec82
commit fd53b80c17

View File

@@ -18,7 +18,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.56.0
toolchain: stable
override: true
- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0
@@ -38,7 +38,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.56.0
toolchain: stable
override: true
- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0