This commit is contained in:
Arpad Borsos 2020-09-28 13:06:41 +02:00
parent 33677a20f2
commit a4a1d8e7a6
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## 1.0.1
- Improved logging output.
- Make sure to consider `all-features` dependencies when pruning.

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "rust-cache",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",