We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a1dd9 commit 8bbec14Copy full SHA for 8bbec14
action.yml
@@ -5,9 +5,9 @@ description: "Common setup steps for GitHub workflows in the Hyperlight project"
5
6
inputs:
7
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"
+ description: "(Default: 1.86.0) Rust toolchain specification to install - see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification"
9
required: false
10
- default: "1.85.0"
+ default: "1.86.0"
11
12
runs:
13
using: composite
0 commit comments