Skip to content

Commit

Permalink
Merge branch 'develop' into pending-fees
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum authored Sep 6, 2024
2 parents 5c98dbf + f7c1d3d commit 6a041d2
Show file tree
Hide file tree
Showing 24 changed files with 4,175 additions and 2,054 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 6a041d2

Please sign in to comment.