Skip to content

Commit

Permalink
bump toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandrejev committed Dec 7, 2023
1 parent 3919eff commit c99b80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
inputs:
toolchain:
description: 'Default Rust Toolchain'
default: "1.70.0"
default: "1.71.0"
required: true
type: string
target:
Expand All @@ -31,7 +31,7 @@ on:
type: string

env:
TOOLCHAIN: ${{ inputs.toolchain || '1.70.0' }}
TOOLCHAIN: ${{ inputs.toolchain || '1.71.0' }}
TARGET: ${{ inputs.target || 'wasm32-unknown-unknown' }}
REF: ${{ github.event_name == 'push' && github.ref || inputs.branch || 'main' }}
ID: ${{ inputs.id || 'scheduled' }}
Expand Down

0 comments on commit c99b80f

Please sign in to comment.