Skip to content

Commit

Permalink
Downgrade clap
Browse files Browse the repository at this point in the history
Required to cope with Rust version in nixpkgs
  • Loading branch information
DanNixon committed Mar 16, 2024
1 parent 5c56d50 commit 342afa4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
26 changes: 10 additions & 16 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 @@ -27,7 +27,7 @@ byte-unit = { version = "4.0", features = ["serde"] }
bytes = { version = "1.3.0", features = ["serde"] }
chrono = { version = "0.4.35", features = ["serde"] }
ciborium = "0.2.2"
clap = { version = "4.5.2", features = ["cargo", "derive", "env", "string"] }
clap = { version = "4.4.18", features = ["cargo", "derive", "env", "string"] }
ctor = "0.2.7"
crossterm = "0.27"
futures = "0.3.30"
Expand Down

0 comments on commit 342afa4

Please sign in to comment.