Skip to content

Commit

Permalink
An attempt to fix our audit action
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Oct 23, 2023
1 parent 3ef3e7e commit 05fb0b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v3
run: cargo install cargo-audit


- name: cargo audit
run: |
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ compact-gate = ["ipa-macros/compact-gate"]
# but it has nothing to do with IPA.
aggregate-circuit = []

# test change
[dependencies]
aes = "0.8.3"
async-trait = "0.1.68"
Expand Down

0 comments on commit 05fb0b6

Please sign in to comment.