Skip to content

Commit 9027d5e

Browse files
committed
chore: github action toolchain.
1 parent 8b94dfa commit 9027d5e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/Basic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions-rs/toolchain@v1
1919
with:
2020
profile: minimal
21-
toolchain: 1.81.0
21+
toolchain: 1.87.0
2222
target: wasm32-unknown-unknown
2323
override: true
2424

@@ -35,7 +35,7 @@ jobs:
3535
uses: actions-rs/cargo@v1
3636
with:
3737
command: unit-test
38-
toolchain: 1.81.0
38+
toolchain: 1.87.0
3939
args: --locked
4040
env:
4141
RUST_BACKTRACE: 1
@@ -53,20 +53,20 @@ jobs:
5353
uses: actions-rs/toolchain@v1
5454
with:
5555
profile: minimal
56-
toolchain: 1.81.0
56+
toolchain: 1.87.0
5757
override: true
5858
components: rustfmt, clippy
5959

6060
- name: Run cargo fmt
6161
uses: actions-rs/cargo@v1
6262
with:
6363
command: fmt
64-
toolchain: 1.81.0
64+
toolchain: 1.87.0
6565
args: --all -- --check
6666

6767
- name: Run cargo clippy
6868
uses: actions-rs/cargo@v1
6969
with:
7070
command: clippy
71-
toolchain: 1.81.0
71+
toolchain: 1.87.0
7272
args: -- -D warnings

0 commit comments

Comments
 (0)