We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bb7d1 commit c252af5Copy full SHA for c252af5
1 file changed
.github/workflows/audit.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- run: |
15
- sed -i 's/components.*/components = []/' rust-toolchain
+ sed -i 's/components.*/components = []/' rust-toolchain.toml
16
- uses: rustsec/audit-check@v1.4.1
17
with:
18
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments