Skip to content

Commit

Permalink
Pin rust to v1.75 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Mar 27, 2024
1 parent 863ae76 commit 9ed7167
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 @@ -15,7 +15,7 @@
register: source_version

- name: Update Rust
shell: "{{ansible_env.HOME}}/.cargo/bin/rustup default stable; {{ansible_env.HOME}}/.cargo/bin/rustup update"
shell: "{{ansible_env.HOME}}/.cargo/bin/rustup default 1.75; {{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 9ed7167

Please sign in to comment.