Upgrade arg parsing to clap v3, take two (#900)

* Upgrade arg parsing to clap v3

* Bump Rust version in CI to 1.57.0

* Make clippy happy

Co-authored-by: Roey Darwish Dror <roey.ghost@gmail.com>
This commit is contained in:
Marcin Puc
2022-04-23 12:35:06 +02:00
committed by GitHub
parent 8c7f8b0fbd
commit 020a0619b8
7 changed files with 81 additions and 101 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.53.0
toolchain: 1.57.0
profile: minimal
override: true
components: rustfmt, clippy

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.53.0
toolchain: 1.57.0
profile: minimal
default: true
override: true

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.53.0
toolchain: 1.57.0
profile: minimal
override: true
components: rustfmt, clippy