Skip to content

Commit 3d64a6f

Browse files
authored
Merge pull request #276 from H1rono/fix-audit-ci
🩹 Maintenance `audit.yml`
2 parents 58a06cc + 3f6fa10 commit 3d64a6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/audit.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
jobs:
1313
audit:
1414
runs-on: ubuntu-latest
15+
env:
16+
# to satisfy cargo-audit's MSRV,
17+
# overriding rust-toolchain.toml
18+
RUSTUP_TOOLCHAIN: stable
1519
steps:
1620
- uses: actions/checkout@v4
1721
- uses: rustsec/[email protected]

0 commit comments

Comments
 (0)