chore: Bump CircleCI to Rust 1.45.1 and clear cache

This commit is contained in:
Mike Welsh 2020-08-01 23:44:31 -07:00
parent 9f76a7b964
commit 42f138592b
1 changed files with 10 additions and 10 deletions

View File

@ -7,7 +7,7 @@ jobs:
# General testing, linux + web build # General testing, linux + web build
build: build:
docker: docker:
- image: circleci/rust:1.43 - image: circleci/rust:1.45.1
steps: steps:
# Git checkout # Git checkout
- checkout - checkout
@ -15,8 +15,8 @@ jobs:
# Restore cached assets (cargo registry) # Restore cached assets (cargo registry)
- restore_cache: - restore_cache:
keys: keys:
- v4-cargo-cache-linux-{{ .Revision }} - v5-cargo-cache-linux-{{ .Revision }}
- v4-cargo-cache-linux- - v5-cargo-cache-linux-
# Install dependencies # Install dependencies
- run: - run:
@ -99,7 +99,7 @@ jobs:
# Save cached assets # Save cached assets
- save_cache: - save_cache:
key: v4-cargo-cache-linux-{{ .Revision }} key: v5-cargo-cache-linux-{{ .Revision }}
paths: paths:
- "/usr/local/cargo/registry" - "/usr/local/cargo/registry"
- "./target" - "./target"
@ -125,8 +125,8 @@ jobs:
# Restore cached assets (cargo registry) # Restore cached assets (cargo registry)
- restore_cache: - restore_cache:
keys: keys:
- v4-cargo-cache-osx-{{ .Revision }} - v5-cargo-cache-osx-{{ .Revision }}
- v4-cargo-cache-osx- - v5-cargo-cache-osx-
# Install dependencies # Install dependencies
- run: - run:
@ -157,7 +157,7 @@ jobs:
# Save cached assets # Save cached assets
- save_cache: - save_cache:
key: v4-cargo-cache-osx-{{ .Revision }} key: v5-cargo-cache-osx-{{ .Revision }}
paths: paths:
- "~/.cargo/registry" - "~/.cargo/registry"
- "./target" - "./target"
@ -180,8 +180,8 @@ jobs:
# Restore cached assets (cargo registry) # Restore cached assets (cargo registry)
- restore_cache: - restore_cache:
keys: keys:
- v4-cargo-cache-windows-{{ .Revision }} - v5-cargo-cache-windows-{{ .Revision }}
- v4-cargo-cache-windows- - v5-cargo-cache-windows-
# Install dependencies # Install dependencies
- run: - run:
@ -217,7 +217,7 @@ jobs:
# Save cached assets # Save cached assets
- save_cache: - save_cache:
key: v4-cargo-cache-windows-{{ .Revision }} key: v5-cargo-cache-windows-{{ .Revision }}
paths: paths:
- c:\users\circleci\.cargo\registry - c:\users\circleci\.cargo\registry
- target - target