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