Skip to content

Commit 8bbec14

Browse files
Copilotsimongdavies
andcommitted
Update Rust toolchain from 1.85.0 to 1.86.0
Co-authored-by: simongdavies <1397489+simongdavies@users.noreply.github.com> Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent b0a1dd9 commit 8bbec14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 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

0 commit comments

Comments
 (0)