Skip to content

Commit

Permalink
Unrestrict clap dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Jun 7, 2024
1 parent 8d2d3df commit 33ad192
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 131 deletions.
163 changes: 33 additions & 130 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 @@ -8,7 +8,7 @@ edition = "2021"
description = "LaTeX formatter written in Rust"

[dependencies]
clap = { version = "=4.4.0", features = ["derive"] }
clap = { version = "4.4.0", features = ["derive"] }
env_logger = "0.11.3"
lazy_static = "1.4.0"
log = "0.4.21"
Expand Down

0 comments on commit 33ad192

Please sign in to comment.