dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

Bump rfd to 0.17.1

Open nicoburns opened this issue 1 month ago • 2 comments

This bumps MSRV to 1.90 which is non-ideal for a patch release. But currently the Dioxus Desktop build is completely broken on linux.

nicoburns avatar Jan 11 '26 16:01 nicoburns

The MSRV has been lowered back to 1.88. Therefore, it might make sense to wait for rfd 0.17.2.

See https://github.com/PolyMeilex/rfd/pull/303.

LeWimbes avatar Jan 11 '26 22:01 LeWimbes

Yes, although it looks like the immediate issue has been resolved upstream. So we can probably defer this to 0.8.0 (at which point the MSRV bump is probably fine).

nicoburns avatar Jan 11 '26 22:01 nicoburns

It looks like the apt cache action we are using is flakey. Last run failed to load the cache and silently continued to the next step, but it looks like it is doing better after resetting the cache

ealmloff avatar Jan 14 '26 20:01 ealmloff