mirror of
https://github.com/Swatinem/rust-cache
synced 2026-08-09 23:11:04 +00:00
2.9.2
This commit is contained in:
parent
b16e8d71b2
commit
6323deb102
3 changed files with 10 additions and 3 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue