Skip to content

Commit

Permalink
Add docs for the cachekey output to the README
Browse files Browse the repository at this point in the history
It seems like it's being output, just wasn't documented: https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/action.yml#L144
  • Loading branch information
obi1kenobi committed Oct 18, 2023
1 parent 317ed62 commit 33678a4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,12 @@ You can read more rustflags, and their load order, in the [Cargo reference].

## Outputs

| Name | Description |
| ---------------- | ----------------------------------------- |
| `rustc-version` | Version as reported by `rustc --version` |
| `cargo-version` | Version as reported by `cargo --version` |
| `rustup-version` | Version as reported by `rustup --version` |
| Name | Description |
| ---------------- | ------------------------------------------- |
| `rustc-version` | Version as reported by `rustc --version` |
| `cargo-version` | Version as reported by `cargo --version` |
| `rustup-version` | Version as reported by `rustup --version` |
| `cachekey` | A short hash of the installed rustc version |

## License

Expand Down

0 comments on commit 33678a4

Please sign in to comment.