3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-06-01 15:07:51 +00:00
This commit is contained in:
Arpad Borsos 2024-01-10 19:34:14 +01:00
parent d30f1144e8
commit a226033982
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 2.7.2
- Only key by `Cargo.toml` and `Cargo.lock` files of workspace members.
## 2.7.1
- Update toml parser to fix parsing errors.