Skip to content

Commit

Permalink
Merge pull request #89 from actions-rust-lang/remove-locked
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb authored Jul 31, 2024
2 parents e4b4ec6 + 3138357 commit 531fba5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.1] - 2024-07-31

* 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.

## [1.2.0] - 2024-03-05

* feat: add --locked to cargo install cargo-audit by @lwshang in #72
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
- name: Install cargo-audit
if: steps.cache.outputs.cache-hit != 'true'
# Update both this version number and the cache key
run: cargo install cargo-audit --vers 0.20.0 --no-default-features --locked
run: cargo install cargo-audit --vers 0.20.0 --no-default-features
shell: bash

- run: |
Expand Down

0 comments on commit 531fba5

Please sign in to comment.