Skip to content

Commit

Permalink
Ignore RUSTSEC-2024-0344 advisory (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lohann authored Jul 5, 2024
1 parent bca13f7 commit dcf1eb3
Show file tree
Hide file tree
Showing 42 changed files with 750 additions and 732 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.78.0
components: rustfmt, clippy

- name: Install dprint
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.74.1
toolchain: 1.78.0
components: clippy
target: x86_64-unknown-linux-musl
override: true
Expand Down Expand Up @@ -125,9 +125,9 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.74.1
toolchain: 1.78.0
components: clippy
target: x86_64-unknown-linux-musl
target: wasm32-unknown-unknown
override: true

- name: clippy
Expand Down
Loading

0 comments on commit dcf1eb3

Please sign in to comment.