Skip to content

Commit

Permalink
chore: temporarily downgrade clap
Browse files Browse the repository at this point in the history
  • Loading branch information
mautamu committed Mar 5, 2024
1 parent 9fe6fc8 commit faa06b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 leftwm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ required-features = ["lefthk"]

[dependencies]
anyhow = "1.0.48"
clap = { version = "4.0.0", features = ["cargo"] }
clap = { version = "=4.4.11", features = ["cargo"] }
const_format = "0.2.26"
once_cell = "1.13.0"
futures = "0.3.21"
Expand Down

0 comments on commit faa06b5

Please sign in to comment.