summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2022-05-09 08:36:24 +0200
committerMartin Nordholts <enselic@gmail.com>2022-05-09 09:47:30 +0200
commitbe99b759d36a6934bfca89b4b591f0fa6b906d65 (patch)
tree6f712b047b35815ca650f5b17166890ea18a3979 /doc
parent5f7ae6b2777c190fa79057a7b311c23b1b16b617 (diff)
release-checklist.md: Recommend `--locked` for `cargo install`
So that the command will not fail if you are using the MSRV toolchain and the latest version of a dependency happens to have a higher MSRV than we do.
Diffstat (limited to 'doc')
-rw-r--r--doc/release-checklist.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-checklist.md b/doc/release-checklist.md
index 9212b407..7daf1818 100644
--- a/doc/release-checklist.md
+++ b/doc/release-checklist.md
@@ -13,7 +13,7 @@
## Update syntaxes and themes (build assets)
-- [ ] Install the latest master version (`cargo clean && cargo install -f --path .`) and make
+- [ ] Install the latest master version (`cargo clean && cargo install --locked -f --path .`) and make
sure that it is available on the `PATH` (`bat --version` should show the
new version).
- [ ] Run `assets/create.sh` and check in the binary asset files.