Skip to content

Commit d2f51ff

Browse files
h-a-n-aIWANABETHATGUYhardfist
authored
chore: upgrade toolchain to 1.62.0 (#419)
* chore: upgrade toolchain to 1.62.0 * Delete rust-toolchain.toml * chore: remove toolchain action Co-authored-by: IWANABETHATGUY <[email protected]> Co-authored-by: hardfist <[email protected]>
1 parent 419b2d3 commit d2f51ff

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@ jobs:
2121
timeout-minutes: 30
2222
steps:
2323
- uses: actions/checkout@v2
24+
- name: Install toolchain
25+
run: rustup show
2426
# - name: Install yarn
2527
# run: npm install -g yarn
2628
# - name: yarn install --no-immutable
2729
# run: npm run init
28-
- name: Install
29-
uses: actions-rs/toolchain@v1
30-
with:
31-
profile: minimal
32-
override: true
3330
# - name: Configure cache
3431
# uses: actions/cache@v2
3532
# with:

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
pnpm lint-staged
4+
yarn lint-staged

rust-toolchain

Lines changed: 0 additions & 1 deletion
This file was deleted.

rust-toolchain.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[toolchain]
2+
profile = "default"
3+
channel = "1.62.0"

0 commit comments

Comments
 (0)