Skip to content

Commit

Permalink
Bump rust version pin to v1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Aug 28, 2024
1 parent b7af608 commit 6cdb224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/prepare-sources/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
when: apply_patches

- name: Update Rust
shell: "{{ansible_env.HOME}}/.cargo/bin/rustup default 1.75; {{ansible_env.HOME}}/.cargo/bin/rustup update"
shell: "{{ansible_env.HOME}}/.cargo/bin/rustup default 1.80; {{ansible_env.HOME}}/.cargo/bin/rustup update"

- name: Grab rust targets for hardware profile
command: "{{ansible_env.HOME}}/.cargo/bin/rustup target add {{rust_target}}"
Expand Down

0 comments on commit 6cdb224

Please sign in to comment.