-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clap-migration: Migrating from StructOpt to Clap
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
1 parent
99386c8
commit fe8eab3
Showing
10 changed files
with
582 additions
and
572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
toolchain: | ||
- 1.51 | ||
- 1.70.0 | ||
- stable | ||
profile: | ||
- name: debug | ||
|
Oops, something went wrong.