.github: bump rustsec-admin cache key (#321)

...to match the new `rustsec-admin` v0.2.0 release:

https://github.com/RustSec/rustsec-admin/pull/57
This commit is contained in:
Tony Arcieri
2020-06-29 11:17:28 -07:00
committed by GitHub
parent ae22eb47d2
commit 45495b767e

View File

@@ -16,7 +16,7 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.cargo/bin
key: rustsec-admin-v0.1.1
key: rustsec-admin-v0.2.0
- name: Install rustsec-admin
run: |