Skip to content

Commit 240412d

Browse files
authored
Merge pull request #80 from Nemo157/patch-1
Recommend using --locked for build
2 parents 2e5fe51 + 40283ba commit 240412d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Here's an example of managing installation with vim-plug:
3636
function! BuildComposer(info)
3737
if a:info.status != 'unchanged' || a:info.force
3838
if has('nvim')
39-
!cargo build --release
39+
!cargo build --release --locked
4040
else
41-
!cargo build --release --no-default-features --features json-rpc
41+
!cargo build --release --locked --no-default-features --features json-rpc
4242
endif
4343
endif
4444
endfunction

0 commit comments

Comments
 (0)