Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Sep 14, 2022
1 parent dc1d465 commit c454acd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Rust for Xtensa
uses: esp-rs/xtensa-toolchain@v1.1
uses: esp-rs/xtensa-toolchain@v1.3
with:
default: true
version: "1.60.0"
version: "1.63.0"
ldproxy: true

# `cargo check` command here will use installed `esp` toolchain, as it
Expand All @@ -41,12 +41,12 @@ jobs:
## Inputs
| Name | Description | Type | Default |
| :-------: | :-----------------------------------------------: | :----: | :------: |
| `default` | Set installed toolchain as a default toolchain | bool | `false` |
| `buildtargets` | Comma separated list of targets | bool | `all` |
| `version` | Which version of the toolchain to install | string | _latest_ |
| `ldproxy` | Whether to install `ldproxy` (required for `std`) | bool | `true` |
| Name | Description | Type | Default |
| :------------: | :-----------------------------------------------: | :----: | :------: |
| `default` | Set installed toolchain as a default toolchain | bool | `false` |
| `buildtargets` | Comma separated list of targets | string | _all_ |
| `version` | Which version of the toolchain to install | string | _latest_ |
| `ldproxy` | Whether to install `ldproxy` (required for `std`) | bool | `true` |

All inputs are optional; if no inputs are provided:

Expand Down

0 comments on commit c454acd

Please sign in to comment.