diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 048226758..f54ef65ec 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 1767e8e24..368e4eb10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"