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 5feb2c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: install audit
run: cargo install cargo-audit --force

- name: cargo audit
run: |
cargo audit
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 5feb2c8

Please sign in to comment.