Skip to content

Commit

Permalink
clap-migration: Migrating from StructOpt to Clap
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Dewey <larry.dewey@amd.com>
  • Loading branch information
Larry Dewey authored and larrydewey committed Apr 29, 2024
1 parent 99386c8 commit be8c31d
Show file tree
Hide file tree
Showing 9 changed files with 574 additions and 542 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
components: rustfmt
toolchain: 1.51
toolchain: 1.70
profile: minimal
override: true
- uses: actions-rs/cargo@v1
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
components: clippy
toolchain: 1.51
toolchain: 1.70
profile: minimal
override: true
- uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
toolchain:
- 1.51
- 1.70
- stable
profile:
- name: debug
Expand Down
Loading

0 comments on commit be8c31d

Please sign in to comment.