Skip to content

Commit

Permalink
temp downgrade clap for netbsd msrv 1.69 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Sep 1, 2023
1 parent 88405cf commit dae5057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ anyhow = "1.0.75"
dns-lookup = "2.0.1"
trust-dns-resolver = "0.23.0"
crossbeam = "0.8.2"
clap = { version = "4.4.0", default-features = false, features = [ "cargo", "derive" ] }
clap_complete = "4.4.0"
clap = { version = "=4.2.7", default-features = false, features = [ "cargo", "derive" ] }
clap_complete = "=4.2.2"
humantime = "2.1.0"
parking_lot = "0.12.1"
ratatui = "0.23.0"
Expand Down

0 comments on commit dae5057

Please sign in to comment.