Skip to content

Commit

Permalink
Pinned a few clap dependencies in order to preserve the ability to bu…
Browse files Browse the repository at this point in the history
…ild with rust 1.65
  • Loading branch information
sp1ff committed Aug 26, 2023
1 parent 28eb92d commit 07bba8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mpdpopm/Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ async-trait = "0.1.31"
backtrace = "0.3.46"
boolinator = "2.4.0"
chrono = "0.4.19"
clap = "4.3.9"
clap = "=4.3.9" # Pin to preserve the ability to build with rust 1.65
clap_lex = "=0.5.0" # Pin to preserve the ability to build with rust 1.65
errno = "0.2.6"
futures = "0.3.19"
lalrpop-util = { version = "0.20", features = ["lexer"] }
Expand Down

0 comments on commit 07bba8a

Please sign in to comment.