Skip to content

Commit

Permalink
Merge branch 'develop' into cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum authored Sep 5, 2024
2 parents 4420fcf + ff2d0da commit 4675081
Show file tree
Hide file tree
Showing 18 changed files with 4,021 additions and 1,867 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-02-14
toolchain: nightly-2024-04-25
override: true
- name: Cache
uses: actions/cache@v4
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-02-14
toolchain: nightly-2024-04-25
override: true
- name: Cache
uses: actions/cache@v4
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-02-14
toolchain: nightly-2024-04-25
override: true
- name: Cache
uses: actions/cache@v4
Expand All @@ -100,7 +100,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-02-14
toolchain: nightly-2024-04-25
override: true
- name: Check Rest
uses: actions-rs/cargo@v1
Expand All @@ -116,7 +116,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-02-14
toolchain: nightly-2024-04-25
override: true
- name: Install
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Expand All @@ -132,7 +132,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-02-14
toolchain: nightly-2024-04-25
components: llvm-tools-preview
override: true
- name: Cache
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-02-14
toolchain: nightly-2024-04-25
components: rustfmt
override: true
- name: Check
Expand All @@ -188,7 +188,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-02-14
toolchain: nightly-2024-04-25
components: clippy
override: true
- name: Cache
Expand Down
Loading

0 comments on commit 4675081

Please sign in to comment.