Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding at-era-end arg for latest-block-summary command. #46

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open
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: 1 addition & 1 deletion .github/workflows/ci-casper-db-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: audit
args: --deny warnings --ignore RUSTSEC-2022-0001 --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2021-0139 --ignore RUSTSEC-2022-0061 --ignore RUSTSEC-2021-0145 --ignore RUSTSEC-2022-0041 --ignore RUSTSEC-2020-0168 --ignore RUSTSEC-2022-0092 --ignore RUSTSEC-2023-0044 --ignore RUSTSEC-2023-0045
args: --deny warnings --deny warnings --ignore RUSTSEC-2022-0001 --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2021-0139 --ignore RUSTSEC-2022-0061 --ignore RUSTSEC-2021-0145 --ignore RUSTSEC-2022-0041 --ignore RUSTSEC-2020-0168 --ignore RUSTSEC-2022-0092 --ignore RUSTSEC-2023-0044 --ignore RUSTSEC-2023-0045 --ignore RUSTSEC-2024-0370 --ignore RUSTSEC-2024-0375 --ignore RUSTSEC-2024-0384 --ignore RUSTSEC-2025-0004 --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2024-0344

- name: Clippy
uses: actions-rs/cargo@v1
Expand Down
Loading
Loading