Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into serhii/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov committed Apr 17, 2023
2 parents cc3c50e + 8861171 commit d3eff53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: audit
args: --ignore RUSTSEC-2020-0071
# Fix RUSTSEC-2023-0001 by upgrading tokio once https://github.com/near/nearcore/issues/8888 is resolved
args: --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2023-0001

0 comments on commit d3eff53

Please sign in to comment.