Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ ignore = [
# ruint::algorithms::div::reciprocal_mg10 OOB; only reachable if low-level algorithms are called directly.
# We only use ruint through alloy-primitives higher-level APIs.
"RUSTSEC-2025-0137",
# rkyv OOM UB in Arc/Rc from_value; rust_decimal pulls rkyv but we do not enable/use the rkyv feature.
"RUSTSEC-2026-0001",
]
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Restore cargo cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: "v1-rust"

- name: Run sccache-cache
uses: mozilla-actions/[email protected]
Expand Down
Loading
Loading