Update to clap 3

This commit is contained in:
David Tolnay 2022-01-02 12:47:51 -08:00
parent 9a53dbb4e2
commit 865ae25b6e
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
6 changed files with 69 additions and 82 deletions

View file

@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.51.0]
rust: [nightly, beta, stable, 1.54.0]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master