Skip to content

Commit

Permalink
clap-migration: Migrating from StructOpt to Clap
Browse files Browse the repository at this point in the history
Upgraded from StructOpt to Clap, as StructOpt is
essentially deprecated.

Also:
- Updated Rust to v1.70.0
- Updated Tests to match
- Updated sev to 3.1.1

Signed-off-by: Larry Dewey <[email protected]>
  • Loading branch information
Larry Dewey authored and tylerfanelli committed Apr 29, 2024
1 parent 99386c8 commit fe8eab3
Show file tree
Hide file tree
Showing 10 changed files with 582 additions and 572 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.0
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.0
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.0
- stable
profile:
- name: debug
Expand Down
Loading

0 comments on commit fe8eab3

Please sign in to comment.