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
I am trying to cross compile for x86_64-pc-windows-gnu. Unfortunately, one of my dependencies requires mingw 10 to build.
I see that the current cross-rs image for this target only has mingw 9.3.
Is there a plan to update the mingw version? I'd happily look into preparing the PR myself if it suits your plans, though I suspect it would mean updating the image to be based on ubuntu 22.04 (mingw 10.3) or 24.04 (mingw 13.2).