Skip to content

Commit 523d7d2

Browse files
bors[bot]matklad
andauthored
Merge #1966
1966: use lockfile in cargo install r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
2 parents c73193e + 7665e44 commit 523d7d2

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)