diff --git a/.circleci/config.yml b/.circleci/config.yml index 97b82e3044..11137d473c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,7 +63,8 @@ jobs: # Choose an exact match first, if it exists. - rust-cache-deps-v01-{{ checksum "Cargo.lock" }} # Fall back to an out of date cache. Cargo can figure out what needs rebuilding. - - rust-cache-deps-v01- + # FIXME: imperfect match disabled due to issue #90. + #- rust-cache-deps-v01- # Build the rust code, including test binaries - run: cargo build --bins --tests