Skip to content

Commit 839e56a

Browse files
authored
Merge pull request #7 from jean553/fix_build
fix build by renaming rls by rls-preview
2 parents c0a08e1 + 197f5fa commit 839e56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisioning/roles/rust/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
become_user: vagrant
1515

1616
- name: install rust language server (rls)
17-
command: /home/vagrant/.cargo/bin/rustup component add rls
17+
command: /home/vagrant/.cargo/bin/rustup component add rls-preview
1818
become: yes
1919
become_user: vagrant
2020

0 commit comments

Comments
 (0)