chore(release): update lockfile

This commit is contained in:
steven-omaha
2026-05-02 16:03:30 +02:00
parent f06b93e5f9
commit 7d4154b533
3 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -2,9 +2,9 @@ Release Checklist
-----------------
* Ensure local `main` is up to date with respect to `origin/main`.
* Run `cargo update` and review dependency updates.
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.
* Commit updated `Cargo.toml` and `Cargo.lock` with "chore(release): update lockfile".
* Update the date and version in all man pages: "chore(release): bump man pages".
* Run `cargo release -p pacdef <version>`.
Verify everything works as expected.