Skip to content

Commit

Permalink
fix MRSV
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Mar 1, 2024
1 parent f292717 commit daca52f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
31 changes: 13 additions & 18 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ clap = { version = "4.0", features = [
"env",
"unstable-styles",
] }
clap_complete = "4.0"
# Requires high MRSV, change when nixpkgs updates
clap_builder = "~4.4.0"
clap_complete = "~4.4.0"
clean-path = "0.2"
color-eyre = { version = "0.6.2", default-features = false, features = [
"track-caller",
Expand Down

0 comments on commit daca52f

Please sign in to comment.