diff --git a/doc/version.texi b/doc/version.texi index 2e1f7f0..bc3e595 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -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 diff --git a/mpdpopm/Cargo.toml.in b/mpdpopm/Cargo.toml.in index 96d253d..7c83768 100644 --- a/mpdpopm/Cargo.toml.in +++ b/mpdpopm/Cargo.toml.in @@ -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"] }