summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2021-11-11 00:01:00 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2021-11-11 00:01:00 +0300
commit4e1f5de5fa82bf6090d02b466c9499220604e3e7 (patch)
tree71ae133fc24759f366d860abc4648ef425cf247b
parent61ed1a4ca04dd921156d090d863b9e07dee142ad (diff)
chore: Fix the Rust profile specification in audit workflow
-rw-r--r--.github/workflows/audit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml
index 844a7cc..e2f9ae8 100644
--- a/.github/workflows/audit.yml
+++ b/.github/workflows/audit.yml
@@ -15,7 +15,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- target: minimal
+ profile: minimal
override: true
- name: Run cargo-audit
uses: actions-rs/audit-check@v1