Skip to content

Commit

Permalink
Merge pull request #166 from bgilbert/toml
Browse files Browse the repository at this point in the history
rust: checklist wording improvement
  • Loading branch information
bgilbert committed Aug 1, 2023
2 parents 53be352 + 71f0776 commit db813a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit db813a4

Please sign in to comment.