Skip to content

Commit 9eb4ba1

Browse files
committed
Update to rust version 1.94
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 639feeb commit 9eb4ba1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: "Common setup steps for GitHub workflows in the Hyperlight project"
55

66
inputs:
77
rust-toolchain:
8-
description: "(Default: 1.86.0) Rust toolchain specification to install - see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification"
8+
description: "(Default: 1.94.0) Rust toolchain specification to install - see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification"
99
required: false
10-
default: "1.86.0"
10+
default: "1.94.0"
1111
just-version:
1212
description: '(Default: 1.41) Version of just to install.'
1313
required: false
@@ -98,8 +98,8 @@ runs:
9898
- name: Install older rust toolchain(s)
9999
if: ${{ (runner.os == 'Linux') }}
100100
run: |
101-
rustup toolchain install 1.81.0
102101
rustup toolchain install 1.85.0
102+
rustup toolchain install 1.86.0
103103
shell: bash
104104

105105
- name: Set up env vars (Linux)
@@ -140,8 +140,8 @@ runs:
140140
- name: Install older rust toolchain(s) (Windows)
141141
if: ${{ (runner.os == 'Windows') }}
142142
run: |
143-
rustup toolchain install 1.81.0
144143
rustup toolchain install 1.85.0
144+
rustup toolchain install 1.86.0
145145
shell: pwsh
146146

147147
- name: Set up env vars (Windows)

0 commit comments

Comments
 (0)