1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-05 10:05:39 +02:00

Suggest --locked for cargo installs (#1792)

This is already used in the GitHub actions, and avoids issues like those
in #1791.

Fixes #1791.
This commit is contained in:
Dustin J. Mitchell 2024-02-19 11:13:46 -05:00 committed by GitHub
parent 18ec2018d1
commit 22c9555ca8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,10 +65,10 @@ Then install these tools with:
```shell
cargo install mdbook
cargo install mdbook-svgbob
cargo install mdbook-i18n-helpers
cargo install --path mdbook-exerciser
cargo install --path mdbook-course
cargo install --locked mdbook-svgbob
cargo install --locked mdbook-i18n-helpers
cargo install --locked --path mdbook-exerciser
cargo install --locked --path mdbook-course
```
Run