From 993903b29bd127a6545a599917696e0b6a017057 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Sat, 2 May 2026 16:01:13 +0200 Subject: [PATCH] fix: Cargo.toml in release checklist --- RELEASE-CHECKLIST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md index a70a4ce..56cb472 100644 --- a/RELEASE-CHECKLIST.md +++ b/RELEASE-CHECKLIST.md @@ -2,7 +2,7 @@ Release Checklist ----------------- * Ensure local `main` is up to date with respect to `origin/main`. * Run `cargo update` and review dependency updates. - Commit updated `Cargo.lock` with "chore(release): update lockfile". + Commit updated `Cargo.toml` and `Cargo.lock` with "chore(release): update lockfile". * Run `cargo outdated` and review semver incompatible updates. Unless there is a strong motivation otherwise, review and update every dependency. * Update the date and version in all man pages: "chore(release): bump man pages".