Skip to content

Commit

Permalink
Update rust version (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleiserson authored Oct 25, 2024
1 parent a38d945 commit b08956f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sidecar/ansible/provision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
executable: /bin/bash
when: rustup_installed.rc != 0

- name: Update Rust to 1.80
command: rustup update 1.80.0
- name: Update Rust to 1.82
command: rustup update 1.82.0

- name: Set default to 1.80
command: rustup default 1.80.0
- name: Set default to 1.82
command: rustup default 1.82.0

- name: Check if Git is installed
command: git --version
Expand Down

0 comments on commit b08956f

Please sign in to comment.