Skip to content

Commit

Permalink
Remove dependency on unmaintained structopt
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Mar 31, 2024
1 parent 7f0217e commit 3ab5061
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 138 deletions.
219 changes: 93 additions & 126 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ouroboros = "0.18.0"
[dev-dependencies]
lettre = "0.11"
rustls-connector = "0.19.0"
structopt = "0.3"
clap = { version = "4.5.4", features = ["derive"] }

# to make -Zminimal-versions work
[target.'cfg(any())'.dependencies]
Expand Down
Loading

0 comments on commit 3ab5061

Please sign in to comment.