Skip to content

Commit c8fd925

Browse files
authored
Update Rust toolchain to 1.86 with backward compatibility (#11)
Signed-off-by: Simon Davies <[email protected]> Signed-off-by: Mark Rossetti <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]>
1 parent 3ababd8 commit c8fd925

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

action.yml

Lines changed: 4 additions & 2 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.85.0) Rust toolchain specification to install - see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification"
8+
description: "(Default: 1.86.0) Rust toolchain specification to install - see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification"
99
required: false
10-
default: "1.85.0"
10+
default: "1.86.0"
1111

1212
runs:
1313
using: composite
@@ -148,6 +148,7 @@ runs:
148148
if: ${{ (runner.os == 'Linux') }}
149149
run: |
150150
rustup toolchain install 1.81.0
151+
rustup toolchain install 1.85.0
151152
shell: bash
152153

153154
- name: Set up env vars (Linux)
@@ -189,6 +190,7 @@ runs:
189190
if: ${{ (runner.os == 'Windows') }}
190191
run: |
191192
rustup toolchain install 1.81.0
193+
rustup toolchain install 1.85.0
192194
shell: pwsh
193195

194196
- name: Set up env vars (Windows)

0 commit comments

Comments
 (0)