Conversation
Signed-off-by: Alice Boxhall <[email protected]>
|
🔨 Triggering try run (#22068192433) for Linux (WPT) |
|
Servo generally does need to be a little conservative with MSRV due to Open Harmony needing to use a rustc that works with older versions of LLVM. See https://servo.zulipchat.com/#narrow/channel/263398-general/topic/Time.20to.20increase.20our.20MSRV Egui's MSRV bump seems to have been driven by WGPU's MSRV bump (emilk/egui#7793). But WGPU will be bringing their MSRV back down to 1.87 with WGPU 29 (gfx-rs/wgpu#8971 (comment)) (at least partly for the Servo project). So we may need to wait on wgpu 29 (due March 11th) and a corresponding egui version before landing this. It's also possible we could give |
|
This PR bumps just default rust version used, not MSRV so it's OK. |
sagudev
left a comment
There was a problem hiding this comment.
I am surprised we do not need any changes in crown.
Forgive my ignorant question: would I need to run something other than |
|
This comment was marked as duplicate.
This comment was marked as duplicate.
It should also show up in CI, so I guess no changes in crown needed. That's a first for me. |
|
Local build with crown went fine, anyway. |
|
Test results for linux-wpt from try job (#22068192433): Flaky unexpected result (30)
Stable unexpected results that are known to be intermittent (21)
|
|
✨ Try run (#22068192433) succeeded. |
This is a prerequisite for using the new version of egui introduced in #42402.
Testing: No new behaviour.