We pin the rust version so the cache should always hit as long as the rust dependencies haven't changed.
Here is an example where cache was hit: https://github.com/payjoin/rust-payjoin/actions/runs/18139263858/job/51625878478
And two where it wasn't (despite the cache keys matching exactly, I would expect at least one of these to hit):
We pin the rust version so the cache should always hit as long as the rust dependencies haven't changed.
Here is an example where cache was hit: https://github.com/payjoin/rust-payjoin/actions/runs/18139263858/job/51625878478
And two where it wasn't (despite the cache keys matching exactly, I would expect at least one of these to hit):