Skip to content

Commit b08956f

Browse files
Update rust version (#93)
1 parent a38d945 commit b08956f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sidecar/ansible/provision.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
executable: /bin/bash
3131
when: rustup_installed.rc != 0
3232

33-
- name: Update Rust to 1.80
34-
command: rustup update 1.80.0
33+
- name: Update Rust to 1.82
34+
command: rustup update 1.82.0
3535

36-
- name: Set default to 1.80
37-
command: rustup default 1.80.0
36+
- name: Set default to 1.82
37+
command: rustup default 1.82.0
3838

3939
- name: Check if Git is installed
4040
command: git --version

0 commit comments

Comments
 (0)