From 321fa4c29f862954807032b6610e8bc29dd2c6ba Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 24 Jul 2017 23:23:08 -0700 Subject: [PATCH] Sync deps key with rust version --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index a00f5e5c..01bd7909 100644 --- a/circle.yml +++ b/circle.yml @@ -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