Skip to content

Commit

Permalink
Merge pull request #420 from mars-protocol/dev
Browse files Browse the repository at this point in the history
Mars v2 ntrn release
  • Loading branch information
piobab authored Jul 2, 2024
2 parents eca38af + 52b1488 commit 0499bb9
Show file tree
Hide file tree
Showing 336 changed files with 21,278 additions and 151,983 deletions.
3 changes: 2 additions & 1 deletion .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
[advisories]
# Ignore the following advisory IDs.
# Reported vulnerabilities relate to test-tube which is only used for testing.
ignore = ["RUSTSEC-2024-0003", "RUSTSEC-2024-0006", "RUSTSEC-2024-0019", "RUSTSEC-2024-0332", "RUSTSEC-2024-0336"]
# RUSTSEC-2024-0344 - no newer dependency fixing the issue in cosmwasm
ignore = ["RUSTSEC-2024-0003", "RUSTSEC-2024-0006", "RUSTSEC-2024-0019", "RUSTSEC-2024-0332", "RUSTSEC-2024-0336", "RUSTSEC-2024-0344"]
4 changes: 0 additions & 4 deletions .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,3 @@ jobs:

- name: Check build
run: yarn build

- name: Check react health example builds
working-directory: ./scripts/health/example-react
run: yarn install && yarn build
Loading

0 comments on commit 0499bb9

Please sign in to comment.