Bump msrv in ghaction too

This commit is contained in:
Félix Saparelli 2022-01-18 22:41:50 +13:00
parent 7f092ca4b7
commit 0334b9c9fa
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.56.0
toolchain: 1.58.0
override: true
- uses: actions-rs/cargo@v1
with: