summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-01 20:24:31 +0800
committerGitHub <noreply@github.com>2024-03-01 20:24:31 +0800
commit84b182185880dc8620fe60ed40bc6fe75c2fe3e4 (patch)
treeef903cfa8d23137d53018a1ad7b27c0732ff73fb /CHANGELOG.md
parent10e0d48f77d42fc8c1dbc8a8f532cbce7f4dd63d (diff)
chore(deps): bump clap from 4.4.18 to 4.5.1 (#373)
* chore(deps): bump clap from 4.4.18 to 4.5.1 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.1. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.18...clap_complete-v4.5.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com># Last 10 commits: * Bump MSRV to 1.74 --------- Signed-off-by: dependabot[bot] <support@github.com># Last 10 commits: Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8a59cd..0c8b4e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## Changed
* CI: strip release binaries for all targets #358 - @cyqsimon
+* Bump MSRV to 1.74 (required by clap 4.5; see #373)
## [0.22.2] - 2024-01-28