Add a "without --locked" troubleshooting hint

We added "--locked" to the build instructions, but forgot to
update the troubleshooting hints.
This commit is contained in:
teor 2020-12-10 08:57:10 +10:00 committed by Deirdre Connolly
parent cff28f7ac8
commit 34481a28b4
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ that there is a lot of key functionality still missing.
#### Build Troubleshooting
If you're having trouble with:
- **dependencies:** use `cargo install --locked ...` to build with the exact crate versions used for the release
- **dependencies:** use `cargo install` without `--locked` to build with the latest versions of each dependency
- **libclang:** check out the [clang-sys documentation](https://github.com/KyleMayes/clang-sys#dependencies)
- **g++ or MSVC++:** try using clang or Xcode instead
- **rustc:** use rustc 1.48 or later