File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2020
2121 - restore_cache :
2222 keys :
23- - v1-dependencies-{{ arch }}-{{ checksum "Cargo.lock " }}
23+ - v1-dependencies-{{ arch }}-{{ checksum "Cargo.toml " }}
2424 # fallback to using the latest cache if no exact match is found
2525 - v1-dependencies-
2626# - run:
5252# name: Upload Coverage
5353# command: ./scripts/codecov.sh
5454 - save_cache :
55- key : v1-dependencies-{{ arch }}-{{ checksum "Cargo.lock " }}
55+ key : v1-dependencies-{{ arch }}-{{ checksum "Cargo.toml " }}
5656 paths :
5757 - " ~/.cargo"
5858 - " ./target"
Original file line number Diff line number Diff line change 11[ ![ license] ( https://img.shields.io/github/license/RediSearch/redisearch-api-rs.svg )] ( https://github.com/RediSearch/redisearch-api-rs )
22[ ![ GitHub issues] ( https://img.shields.io/github/release/RediSearch/redisearch-api-rs.svg )] ( https://github.com/RediSearch/redisearch-api-rs/releases/latest )
33[ ![ CircleCI] ( https://circleci.com/gh/RediSearch/redisearch-api-rs/tree/master.svg?style=svg )] ( https://circleci.com/gh/RediSearch/redisearch-api-rs/tree/master )
4+ [ ![ Mailing List] ( https://img.shields.io/badge/Mailing%20List-RediSearch-blue )] ( https://groups.google.com/forum/#!forum/redisearch )
5+ [ ![ Gitter] ( https://badges.gitter.im/RedisLabs/RediSearch.svg )] ( https://gitter.im/RedisLabs/RediSearch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
46
57# redisearch-api-rs
68
You can’t perform that action at this time.
0 commit comments