From ba82c4c0bbc9de69d7041d54b0f6bea4f5838d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Ko=C5=A1ir?= Date: Fri, 17 Jul 2020 00:45:01 +0900 Subject: [PATCH] Fix typo in 'rustc-hash' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 195c28f..2a8147e 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Installed `rustc`, `cargo` and `rustup` versions can be fetched from the Action | `cargo` | Cargo version | `1.40.0 (bc8e4c8be 2019-11-22)` | | `rustup` | rustup version | `1.21.1 (7832b2ebe 2019-12-20)` | -Note: `rustc-hash` output value can be used with [actions/cache](https://github.com/actions/cache) Action +Note: `rustc_hash` output value can be used with [actions/cache](https://github.com/actions/cache) Action to store cache for different Rust versions, as it is unique across different Rust versions and builds (including `nightly`). ## Profiles