chore(ci): bump MSRV to 1.60 (clap v4)

This commit is contained in:
graelo 2022-11-07 00:10:15 +01:00
parent 68b75ee9b0
commit 95afca5943
6 changed files with 8 additions and 8 deletions

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.56.0, stable]
rust: [1.60.0, stable]
steps:
- name: Rust install
uses: actions-rs/toolchain@v1