9b7f5a62a1
The previous cache key used hashFiles('**/Cargo.lock') but Cargo.lock is
gitignored in this library repo. This caused the cache to have an empty
hash suffix, restoring stale dependencies that didn't include tantivy,
wide, and other optional deps that were added recently.
Using Cargo.toml hash ensures the cache invalidates when dependencies change.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>