You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): update swc_core to v23.2.0 and rust to v1.86.0 (#801)
<!--
Thank you for submitting a pull request!
We appreciate the time and effort you have invested in making these
changes. Please ensure that you provide enough information to allow
others to review your pull request.
Upon submission, your pull request will be automatically assigned with
reviewers.
If you want to learn more about contributing to this project, please
visit:
https://github.com/lynx-family/lynx-stack/blob/main/CONTRIBUTING.md.
-->
## Summary
<!-- Can you explain the reasoning behind implementing this change? What
problem or issue does this pull request resolve? -->
<!-- It would be helpful if you could provide any relevant context, such
as GitHub issues or related discussions. -->
Rust 1.81.0 will crash due to the updated dependency `sourcemap` using
`iter::repeat_n()`, so we need to upgrade to 1.86.0.
See:
- web-infra-dev/rspack#10293
- rust-lang/rust#104434
## Checklist
<!--- Check and mark with an "x" -->
- [x] Tests updated (or not required).
- [x] Documentation updated (or not required).
0 commit comments