Skip to content

Commit 531fba5

Browse files
authored
Merge pull request #89 from actions-rust-lang/remove-locked
2 parents e4b4ec6 + 3138357 commit 531fba5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.1] - 2024-07-31
11+
12+
* Temporarily remove `--locked` from the install instructions again, since cargo-audit relies on an old version of `time` that is incompatible with Rust 1.80.
13+
1014
## [1.2.0] - 2024-03-05
1115

1216
* feat: add --locked to cargo install cargo-audit by @lwshang in #72

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
- name: Install cargo-audit
5151
if: steps.cache.outputs.cache-hit != 'true'
5252
# Update both this version number and the cache key
53-
run: cargo install cargo-audit --vers 0.20.0 --no-default-features --locked
53+
run: cargo install cargo-audit --vers 0.20.0 --no-default-features
5454
shell: bash
5555

5656
- run: |

0 commit comments

Comments
 (0)