chore(deps): update swc_core to v23.2.0 and rust to v1.86.0#801
chore(deps): update swc_core to v23.2.0 and rust to v1.86.0#801
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
CodSpeed Performance ReportMerging #801 will not alter performanceComparing Summary
|
colinaaa
left a comment
There was a problem hiding this comment.
The test seems to be failing consistently.
## Summary <!-- Can you explain the reasoning behind implementing this change? What problem or issue does this pull request resolve? --> Add the missing changeset for #801. <!-- It would be helpful if you could provide any relevant context, such as GitHub issues or related discussions. --> ## Checklist <!--- Check and mark with an "x" --> - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).
Summary
Rust 1.81.0 will crash due to the updated dependency
sourcemapusingiter::repeat_n(), so we need to upgrade to 1.86.0.See:
iter::repeat_n()(feature(iter_repeat_n)) rust-lang/rust#104434Checklist