From 71f07769398d7bd94d47d494df2cbe3073d0db65 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Tue, 1 Aug 2023 15:04:31 -0400 Subject: [PATCH] rust: checklist wording improvement Forgot to use `-a` when amending. --- rust/release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/release-checklist.md b/rust/release-checklist.md index 8bf508c..defd7f7 100644 --- a/rust/release-checklist.md +++ b/rust/release-checklist.md @@ -47,7 +47,7 @@ Push access to the upstream repository is required in order to publish the new t - [ ] `git checkout -b pre-release-${RELEASE_VER}` {%- endif %} -- check `Cargo.toml` for unintended de-supporting of older dependency versions: +- check `Cargo.toml` for unintended increases of lower version bounds: - [ ] `git diff $(git describe --abbrev=0) Cargo.toml` {% if not library_crate %}