We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f5119 commit f554e60Copy full SHA for f554e60
2 files changed
.github/workflows/audit.yml
@@ -38,6 +38,6 @@ jobs:
38
steps:
39
- uses: actions/checkout@v6
40
- name: Install cargo-audit
41
- run: cargo install cargo-audit
+ run: cargo install cargo-audit --locked
42
- name: Run audit check
43
run: cargo audit
.github/workflows/rust.yml
@@ -51,7 +51,7 @@ jobs:
51
52
53
- name: Install cargo-msrv
54
- run: cargo install cargo-msrv
+ run: cargo install cargo-msrv --locked
55
- name: Check
56
run: |
57
# run `cargo msrv verify` to see problems
0 commit comments