Skip to content

Commit 9d47c6a

Browse files
committed
2.7.8
1 parent 27b8ea9 commit 9d47c6a

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

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

3+
## 2.7.8
4+
5+
- Include CPU arch in the cache key
6+
7+
## 2.7.7
8+
9+
- Also cache `cargo install` metadata
10+
11+
## 2.7.6
12+
13+
- Allow opting out of caching $CARGO_HOME/bin
14+
- Add runner OS in cache key
15+
- Adds an option to do lookup-only of the cache
16+
17+
## 2.7.5
18+
19+
- Support Cargo.lock format cargo-lock v4
20+
- Only run macOsWorkaround() on macOS
21+
322
## 2.7.3
423

524
- Work around upstream problem that causes cache saving to hang for minutes.

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.7",
4+
"version": "2.7.8",
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)