diff options
| author | Steven Fackler <[email protected]> | 2017-07-24 23:23:08 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-07-24 23:23:08 -0700 |
| commit | 321fa4c29f862954807032b6610e8bc29dd2c6ba (patch) | |
| tree | 7147057631c78385d650650d80271d0629e1e456 | |
| parent | Merge pull request #669 from sfackler/arm-systest (diff) | |
| download | rust-openssl-321fa4c29f862954807032b6610e8bc29dd2c6ba.tar.xz rust-openssl-321fa4c29f862954807032b6610e8bc29dd2c6ba.zip | |
Sync deps key with rust version
| -rw-r--r-- | circle.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |