3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-08-09 23:11:04 +00:00
This commit is contained in:
Arpad Borsos 2026-08-06 08:20:11 +02:00
parent b16e8d71b2
commit 6323deb102
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
3 changed files with 10 additions and 3 deletions

View file

@ -1,5 +1,12 @@
# 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
- Fix regression in hash calculation

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "rust-cache",
"version": "2.9.1",
"version": "2.9.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rust-cache",
"version": "2.9.1",
"version": "2.9.2",
"license": "LGPL-3.0",
"dependencies": {
"@actions/cache": "^6.2.0",

View file

@ -1,7 +1,7 @@
{
"private": true,
"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.",
"keywords": [
"actions",