Raise MSRV to 1.56

This commit is contained in:
Jakub Onderka 2022-08-30 17:36:41 +02:00 committed by Jakub Onderka
commit 6ed27ae11c
2 changed files with 2 additions and 1 deletions

View file

@ -58,7 +58,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.54
toolchain: 1.56
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1