Skip to content

Commit

Permalink
Modified clap dependency to prevent build failure on rustc 1.73 or ea…
Browse files Browse the repository at this point in the history
…rlier
  • Loading branch information
Bdeering1 committed Mar 9, 2024
1 parent 1a6ab5e commit 3d7f5cc
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 10 deletions.
84 changes: 75 additions & 9 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 @@ -14,7 +14,7 @@ categories = ["command-line-utilities", "development-tools", "filesystem"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.2.2", features = ["derive"]}
clap = { version = "~4.4.12", features = ["derive"]}
console = "0.15.5"

[dev-dependencies]
Expand Down

0 comments on commit 3d7f5cc

Please sign in to comment.