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.

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "rust-cache",
"version": "2.7.1",
"version": "2.7.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rust-cache",
"version": "2.7.1",
"version": "2.7.2",
"license": "LGPL-3.0",
"dependencies": {
"@actions/buildjet-cache": "npm:github-actions.cache-buildjet@0.2.0",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "rust-cache",
"version": "2.7.1",
"version": "2.7.2",
"description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.",
"keywords": [
"actions",