Skip to content

Commit

Permalink
wip: 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 081a937
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
21 changes: 11 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

1 comment on commit 081a937

@0323pin
Copy link
Contributor

@0323pin 0323pin commented on 081a937 Sep 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NetBSD current has Rust-1.70.0 it will be part of the stable release which will be cut in two weeks. I'm still trying to convince people internally that we should ship 1.71.1 but, I can't promise that.

Please sign in to comment.