Skip to content

Commit a226033

Browse files
committed
2.7.2
1 parent d30f114 commit a226033

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.7.2
4+
5+
- Only key by `Cargo.toml` and `Cargo.lock` files of workspace members.
6+
37
## 2.7.1
48

59
- Update toml parser to fix parsing errors.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "rust-cache",
4-
"version": "2.7.1",
4+
"version": "2.7.2",
55
"description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.",
66
"keywords": [
77
"actions",

0 commit comments

Comments
 (0)