-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
b2d962c CI: Add a job that runs verify (Tobin C. Harding) 4b20b3e verify: Use clap and add version arg (Tobin C. Harding) 5d0be0e Exclude verify from workspace (Tobin C. Harding) Pull request description: The `verify` crate is a dev tool and should not have been included in the workspace because it has no lock file requirements. Exclude `verify` from the workspace and update the lock files and add a job that runs it from CI. ACKs for top commit: apoelstra: ACK b2d962c; successfully ran local tests; though "local tests" no longer include `verify` :) Tree-SHA512: 9e1c38856882eb9d6c3146d410940af3a1b7321045e548995efe82295fb732abf94c437748c9b24c124b7dcbfe19aace808d6fb94b50af467eb5df0d9ad262f0
- Loading branch information
Showing
7 changed files
with
55 additions
and
132 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
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
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 |
---|---|---|
|
@@ -5,4 +5,5 @@ edition = "2021" | |
|
||
[dependencies] | ||
anyhow = "1.0.93" | ||
clap = { version = "4.5.23", features = ["cargo"] } | ||
regex = "1" |
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