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 b9b6ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
name: Run cargo audit
env:
CARGO_TERM_COLOR: always
RUST_LOG: cargo=debug
runs-on: ubuntu-latest
permissions:
pull-requests: read
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 b9b6ab9

Please sign in to comment.