ci: Bump cache version

This commit is contained in:
Mike Welsh 2019-11-25 15:34:24 -08:00
parent 42d724292f
commit ea5ea354fa
1 changed files with 9 additions and 9 deletions

View File

@ -15,8 +15,8 @@ jobs:
# Restore cached assets (cargo registry) # Restore cached assets (cargo registry)
- restore_cache: - restore_cache:
keys: keys:
- v2-cargo-cache-linux-{{ .Revision }} - v3-cargo-cache-linux-{{ .Revision }}
- v2-cargo-cache-linux- - v3-cargo-cache-linux-
# Install dependencies # Install dependencies
- run: - run:
@ -103,7 +103,7 @@ jobs:
# Save cached assets # Save cached assets
- save_cache: - save_cache:
key: v2-cargo-cache-linux-{{ .Revision }} key: v3-cargo-cache-linux-{{ .Revision }}
paths: paths:
- "/usr/local/cargo/registry" - "/usr/local/cargo/registry"
- "./target" - "./target"
@ -128,8 +128,8 @@ jobs:
# Restore cached assets (cargo registry) # Restore cached assets (cargo registry)
- restore_cache: - restore_cache:
keys: keys:
- v2-cargo-cache-osx-{{ .Revision }} - v3-cargo-cache-osx-{{ .Revision }}
- v2-cargo-cache-osx- - v3-cargo-cache-osx-
# Install dependencies # Install dependencies
- run: - run:
@ -160,7 +160,7 @@ jobs:
# Save cached assets # Save cached assets
- save_cache: - save_cache:
key: v2-cargo-cache-osx-{{ .Revision }} key: v3-cargo-cache-osx-{{ .Revision }}
paths: paths:
- "~/.cargo/registry" - "~/.cargo/registry"
- "./target" - "./target"
@ -183,8 +183,8 @@ jobs:
# Restore cached assets (cargo registry) # Restore cached assets (cargo registry)
- restore_cache: - restore_cache:
keys: keys:
- v2-cargo-cache-windows-{{ .Revision }} - v3-cargo-cache-windows-{{ .Revision }}
- v2-cargo-cache-windows- - v3-cargo-cache-windows-
# Install dependencies # Install dependencies
- run: - run:
@ -220,7 +220,7 @@ jobs:
# Save cached assets # Save cached assets
- save_cache: - save_cache:
key: v2-cargo-cache-windows-{{ .Revision }} key: v3-cargo-cache-windows-{{ .Revision }}
paths: paths:
- c:\users\circleci\.cargo\registry - c:\users\circleci\.cargo\registry
- target - target