boa-dev / boa

Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
MIT License
5.04k stars 399 forks source link

Switch from actions-rs/toolchain to dtolnay/rust-toolchain #3845

Closed raskad closed 4 months ago

raskad commented 4 months ago

Fix the current ci errors

github-actions[bot] commented 4 months ago

Test262 conformance changes

Test result main count PR count difference
Total 50,731 50,731 0
Passed 42,973 42,973 0
Ignored 1,395 1,395 0
Failed 6,363 6,363 0
Panics 18 18 0
Conformance 84.71% 84.71% 0.00%
raskad commented 4 months ago

Sounds good to me. actions-rs is archived anyways too, right? So this is probably a good switch regardless of the current CI issues.

Yes. I will switch the other remaining action-rs actions in a follow up.