1.0.1
This commit is contained in:
parent
33677a20f2
commit
a4a1d8e7a6
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
## 1.0.1
|
||||
|
||||
- Improved logging output.
|
||||
- Make sure to consider `all-features` dependencies when pruning.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "rust-cache",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"private": true,
|
||||
"name": "rust-cache",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "A GitHub Action that implements smart caching for rust/cargo projects",
|
||||
"keywords": [
|
||||
"actions",
|
||||
|
|
Loading…
Reference in New Issue