Skip to content

Commit 5ab125a

Browse files
authored
chore: bump next.js & swc & rust toolchain (#2235)
* chore: bump next.js & swc & rust toolchain * chore: bump next.js & swc & rust toolchain * chore: fmt * chore: upgrade ci * fix: wasm build * chore: update ci wasm-bindgen-cli version
1 parent 51b8912 commit 5ab125a

File tree

29 files changed

+1312
-1467
lines changed

29 files changed

+1312
-1467
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions-rs/toolchain@v1
2525
with:
2626
profile: minimal
27-
toolchain: nightly-2025-06-04
27+
toolchain: nightly-2025-09-21
2828
override: true
2929
components: clippy
3030
- name: Cargo clippy

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
uses: actions-rs/toolchain@v1
1616
with:
1717
profile: minimal
18-
toolchain: nightly-2025-06-04
18+
toolchain: nightly-2025-09-21
1919
override: true
2020
components: rustfmt
2121
- name: Check formatting
2222
uses: actions-rs/cargo@v1
2323
with:
2424
command: fmt
25-
toolchain: nightly-2025-06-04
25+
toolchain: nightly-2025-09-21
2626
args: --check

.github/workflows/pack-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: dtolnay/rust-toolchain@stable
9191
if: ${{ !matrix.settings.docker }}
9292
with:
93-
toolchain: nightly-2025-06-04
93+
toolchain: nightly-2025-09-21
9494
targets: ${{ matrix.settings.target }}
9595
# - name: Cache cargo
9696
# uses: Swatinem/rust-cache@v2

.github/workflows/pack-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: dtolnay/rust-toolchain@stable
9292
if: ${{ !matrix.settings.docker }}
9393
with:
94-
toolchain: nightly-2025-06-04
94+
toolchain: nightly-2025-09-21
9595
targets: ${{ matrix.settings.target }}
9696
# - name: Cache cargo
9797
# uses: Swatinem/rust-cache@v2

.github/workflows/pm-bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
uses: actions-rs/toolchain@v1
1515
with:
1616
profile: minimal
17-
toolchain: nightly-2025-06-04
17+
toolchain: nightly-2025-09-21
1818
override: true
1919
components: rustfmt, clippy
2020

2121
- name: Run Benchmark
2222
uses: actions-rs/cargo@v1
2323
with:
24-
toolchain: nightly-2025-06-04
24+
toolchain: nightly-2025-09-21
2525
command: bench
2626
args: -p utoo-pm

.github/workflows/pm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: dtolnay/rust-toolchain@stable
4949
if: ${{ !matrix.settings.docker }}
5050
with:
51-
toolchain: nightly-2025-06-04
51+
toolchain: nightly-2025-09-21
5252
targets: ${{ matrix.settings.target }}
5353
- name: Cache cargo
5454
uses: Swatinem/rust-cache@v2

.github/workflows/pm-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup Rust toolchain
6161
uses: dtolnay/rust-toolchain@stable
6262
with:
63-
toolchain: nightly-2025-06-04
63+
toolchain: nightly-2025-09-21
6464
targets: ${{ matrix.settings.target }}
6565

6666
- name: Cache cargo

.github/workflows/pm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions-rs/toolchain@v1
8484
with:
8585
profile: minimal
86-
toolchain: nightly-2025-06-04
86+
toolchain: nightly-2025-09-21
8787
override: true
8888
target: ${{ matrix.target }}
8989

.github/workflows/taplo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions-rs/toolchain@v1
1818
with:
1919
profile: minimal
20-
toolchain: nightly-2025-06-04
20+
toolchain: nightly-2025-09-21
2121
override: true
2222
- name: Install Taplo
2323
run:

.github/workflows/utooweb-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
run: |
3131
npm install
3232
npm install binaryen@123.0.0 --global
33-
cargo install -f wasm-bindgen-cli --version 0.2.101
33+
cargo install -f wasm-bindgen-cli --version 0.2.104
3434
rustup target add wasm32-unknown-unknown
35-
rustup component add rust-src --toolchain nightly-2025-06-04-x86_64-unknown-linux-gnu
35+
rustup component add rust-src --toolchain nightly-2025-09-21-x86_64-unknown-linux-gnu
3636
- name: Install rust
3737
uses: dtolnay/rust-toolchain@stable
3838
with:
39-
toolchain: nightly-2025-06-04
39+
toolchain: nightly-2025-09-21
4040
- name: Build WASM
4141
run: |
4242
npm run build:local --workspace=@utoo/web

0 commit comments

Comments
 (0)