Skip to content

Commit

Permalink
Chore: update rspack version (#32)
Browse files Browse the repository at this point in the history
* chore: update rspack

* feat: support rspack 0.5.1

* fix: format

* fix: add new line for ci

* fix: remove unexpected test case

* fix: test case

* fix: test case
  • Loading branch information
ClarkXia authored Jan 22, 2024
1 parent fbac0d4 commit 1efb11e
Show file tree
Hide file tree
Showing 56 changed files with 1,215 additions and 1,333 deletions.
2 changes: 1 addition & 1 deletion .github/actions/clone-crates/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
required: false
type: string
ref:
default: 'v0.4.5'
default: 'v0.5.1'
required: false
type: string
temp:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
if: ${{ !matrix.settings.docker }}
with:
toolchain: nightly-2023-10-24
toolchain: nightly-2023-12-28
targets: ${{ matrix.settings.target }}

- name: Cache cargo
Expand Down
Loading

0 comments on commit 1efb11e

Please sign in to comment.