From ca60c73ea964ca145f98e77e365b7afdcf1411cb Mon Sep 17 00:00:00 2001 From: Michael Herstine Date: Tue, 12 Mar 2024 16:12:13 -0700 Subject: [PATCH] Switching clap to a tilde version dependency; throwing-in a change to version.texi that got missed --- doc/version.texi | 4 ++-- mpdpopm/Cargo.toml.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }