camallo / dkregistry-rs

A pure-Rust asynchronous library for Docker Registry API v2
Apache License 2.0
62 stars 39 forks source link

travis: cache cargo #134

Closed steveej closed 4 years ago

steveej commented 4 years ago

Based on #136

lucab commented 4 years ago

This looks fine to me, but I'm unsure what's the rationale. Is this only meant to speed up CI runs (and is it good at that)?

steveej commented 4 years ago

I assume it'll save energy and also some time, but we'll see. Since it's a native Travis feature I assume it's well tested and we can safely give it a try.