From d608e9bf473c2bcda3dde14e98685c91e4dd506f Mon Sep 17 00:00:00 2001 From: Aditya Maru Date: Sat, 17 Feb 2024 08:19:02 -0500 Subject: [PATCH] .github: update rust README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcaff39..594520b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ sensible defaults. # before the plugin, as the cache uses the current rustc version as its cache key - run: rustup toolchain install stable --profile minimal -- uses: Swatinem/rust-cache@v2 +- uses: useblacksmith/rust-cache@v3 with: # The prefix cache key, this can be changed to start a new cache manually. # default: "v0-rust"