File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.1.14] - 2024-02-18
11
+
12
+ * Update ` cargo-audit ` to 0.20.0
13
+
10
14
## [ 1.1.13] - 2024-02-03
11
15
12
16
* Update ` cargo-audit ` to 0.19.0
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ runs:
41
41
${{ steps.cargo-home.outputs.cargohome }}/bin/cargo-audit*
42
42
${{ steps.cargo-home.outputs.cargohome }}/.crates.toml
43
43
${{ steps.cargo-home.outputs.cargohome }}/.crates2.json
44
- key : cargo-audit-v0.19 .0
44
+ key : cargo-audit-v0.20 .0
45
45
46
46
- name : Install cargo-audit
47
47
if : steps.cache.outputs.cache-hit != 'true'
48
48
# Update both this version number and the cache key
49
- run : cargo install cargo-audit --vers 0.19 .0 --no-default-features
49
+ run : cargo install cargo-audit --vers 0.20 .0 --no-default-features
50
50
shell : bash
51
51
52
52
- run : |
You can’t perform that action at this time.
0 commit comments