Sync deps key with rust version

This commit is contained in:
Steven Fackler 2017-07-24 23:23:08 -07:00
parent adb4a06365
commit 321fa4c29f
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ job: &JOB
paths:
- ~/openssl
- restore_cache:
key: deps-1.18.0-{{ checksum "Cargo.lock" }}-{{ checksum "~/lib_key" }}
key: deps-1.19.0-{{ checksum "Cargo.lock" }}-{{ checksum "~/lib_key" }}
- run: |
export OPENSSL_DIR=$HOME/openssl
cargo run --manifest-path=systest/Cargo.toml --target $TARGET
@ -39,7 +39,7 @@ job: &JOB
--all-features \
$TEST_ARGS
- save_cache:
key: deps-1.18.0-{{ checksum "Cargo.lock" }}-{{ checksum "~/lib_key" }}
key: deps-1.19.0-{{ checksum "Cargo.lock" }}-{{ checksum "~/lib_key" }}
paths:
- target
- ~/.cargo/registry/cache