[CI] Only cache .cargo dir

This commit is contained in:
bjorn3 2019-07-03 16:27:06 +02:00
parent c453b83f2b
commit 91b058de94

View File

@ -1,6 +1,8 @@
sudo: false sudo: false
language: rust language: rust
cache: cargo cache:
directories:
- $HOME/.cargo
os: os:
- linux - linux