Update rust-cache action

This commit is contained in:
Nico Burns 2022-11-08 01:34:57 +00:00
parent 664d99322f
commit f6bfc3ab1c

View file

@ -14,7 +14,7 @@ jobs:
with:
toolchain: stable
- name: Restore rust compilation cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2
- name: Compile release build
run: cargo build --release --all-features
- name: Upload binary as artifact