This commit is contained in:
Arpad Borsos
2026-08-06 08:23:42 +02:00
parent b16e8d71b2
commit 63fed3e2fe
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog # Changelog
## 2.9.2
- Fix `credentials.toml` cleanup
- Improvements to cleanup, preserving more valid targets
- Improvements to `cargo install` handling
- Correctly sort/dedupe Rust versions
## 2.9.1 ## 2.9.1
- Fix regression in hash calculation - Fix regression in hash calculation
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "rust-cache", "name": "rust-cache",
"version": "2.9.1", "version": "2.9.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "rust-cache", "name": "rust-cache",
"version": "2.9.1", "version": "2.9.2",
"license": "LGPL-3.0", "license": "LGPL-3.0",
"dependencies": { "dependencies": {
"@actions/cache": "^6.2.0", "@actions/cache": "^6.2.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "rust-cache", "name": "rust-cache",
"version": "2.9.1", "version": "2.9.2",
"description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.", "description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.",
"keywords": [ "keywords": [
"actions", "actions",