Skip to content

Commit be31513

Browse files
authored
Chore: bump rspack version to 1.2.x (#46)
* feat: update to new verison * feat: optimize code * fix: undefined spnner * fix: update to latest version * fix: test script
1 parent ad46a8b commit be31513

File tree

102 files changed

+10143
-1823
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+10143
-1823
lines changed

.github/actions/clone-crates/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
required: false
1313
type: string
1414
ref:
15-
default: 'v1.1.8'
15+
default: 'v1.2.2'
1616
required: false
1717
type: string
1818
temp:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
uses: dtolnay/rust-toolchain@stable
112112
if: ${{ !matrix.settings.docker }}
113113
with:
114-
toolchain: nightly-2024-09-05
114+
toolchain: nightly-2024-11-27
115115
targets: ${{ matrix.settings.target }}
116116

117117
- name: Cache cargo

0 commit comments

Comments
 (0)