Skip to content

Commit 57e4097

Browse files
committed
Update example version number to a recent one
1 parent 79bae2f commit 57e4097

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
2424
The selection of Rust toolchain is made based on the particular @rev of this
2525
Action being requested. For example "dtolnay/rust-toolchain@nightly" pulls in
26-
the nightly Rust toolchain, while "dtolnay/rust-toolchain@1.42.0" pulls in
27-
1.42.0.
26+
the nightly Rust toolchain, while "dtolnay/rust-toolchain@1.89.0" pulls in
27+
1.89.0.
2828
2929
<br>
3030
@@ -40,7 +40,7 @@ All inputs are optional.
4040
<tr>
4141
<td><code>toolchain</code></td>
4242
<td>
43-
Rustup toolchain specifier e.g. <code>stable</code>, <code>nightly</code>, <code>1.42.0</code>, <code>nightly-2022-01-01</code>.
43+
Rustup toolchain specifier e.g. <code>stable</code>, <code>nightly</code>, <code>1.89.0</code>, <code>nightly-2025-01-01</code>.
4444
<b>Important: the default is to match the @rev as described above.</b>
4545
When passing an explicit <code>toolchain</code> as an input instead of @rev, you'll want to use "dtolnay/rust-toolchain@master" as the revision of the action.
4646
</td>
@@ -66,7 +66,7 @@ All inputs are optional.
6666
</tr>
6767
<tr>
6868
<td><code>cachekey</code></td>
69-
<td>A short hash of the installed rustc version, appropriate for use as a cache key. <code>"20220627a831"</code></td>
69+
<td>A short hash of the installed rustc version, appropriate for use as a cache key. <code>"20250627a831"</code></td>
7070
</tr>
7171
<tr>
7272
<td><code>name</code></td>

0 commit comments

Comments
 (0)