Skip to content

Commit

Permalink
Switching clap to a tilde version dependency; throwing-in a change to…
Browse files Browse the repository at this point in the history
… version.texi that got missed
  • Loading branch information
sp1ff committed Mar 12, 2024
1 parent bd54d50 commit ca60c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/version.texi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@set UPDATED 29 March 2021
@set UPDATED-MONTH March 2021
@set UPDATED 29 December 2023
@set UPDATED-MONTH December 2023
@set EDITION 0.3.2
@set VERSION 0.3.2
2 changes: 1 addition & 1 deletion mpdpopm/Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async-trait = "0.1"
backtrace = "0.3"
boolinator = "2.4"
chrono = "0.4"
clap = "4.4" # Pin to preserve the ability to build with rust 1.65
clap = "~4.4" # Pin to preserve the ability to build with rust 1.65
errno = "0.2"
futures = "0.3"
lalrpop-util = { version = "0.20", features = ["lexer"] }
Expand Down

0 comments on commit ca60c73

Please sign in to comment.