From f1b46d4a4ed1aaf4f13b11e37c3ca31830ab8c26 Mon Sep 17 00:00:00 2001 From: Andy Leiserson Date: Fri, 25 Oct 2024 14:40:43 -0700 Subject: [PATCH] Update rust version --- sidecar/ansible/provision.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sidecar/ansible/provision.yaml b/sidecar/ansible/provision.yaml index 446710c..31a008b 100644 --- a/sidecar/ansible/provision.yaml +++ b/sidecar/ansible/provision.yaml @@ -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