Skip to content

Commit 7665e44

Browse files
committed
use lockfile in cargo install
1 parent c73193e commit 7665e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ should adapt these manual installation instructions:
4545
```
4646
$ git clone https://github.com/rust-analyzer/rust-analyzer.git --depth 1
4747
$ cd rust-analyzer
48-
$ cargo install --path ./crates/ra_lsp_server/ --force
48+
$ cargo install --path ./crates/ra_lsp_server/ --force --locked
4949
$ cd ./editors/code
5050
$ npm install
5151
$ ./node_modules/vsce/out/vsce package

0 commit comments

Comments
 (0)