Skip to content

Commit

Permalink
bump rust to 1.80 in ansible script (#75)
Browse files Browse the repository at this point in the history
* bump ansible to install rust 1.80

* also set default rust version
  • Loading branch information
eriktaubeneck authored Jul 31, 2024
1 parent 0bb24ad commit 40fcd27
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sidecar/ansible/provision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@
executable: /bin/bash
when: rustup_installed.rc != 0

- name: Update Rust to 1.77
command: rustup update 1.77.0
- name: Update Rust to 1.80
command: rustup update 1.80.0

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

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

0 comments on commit 40fcd27

Please sign in to comment.