servo / surfman

Accelerated offscreen graphics for WebGL
Apache License 2.0
173 stars 84 forks source link

Bump version to 0.9.4 #295

Closed jschwe closed 5 months ago

jschwe commented 5 months ago

@mrobinson Could you perhaps create a new crates.io release? This is basically the last dependency bump blocking me

mrobinson commented 5 months ago

This look great! Sorry for not releasing earlier. To land we'll just need to fix the Windows CI like we recently did for Servo (essentially just upgrading LLVM with choco). I can do that and also land this change tomorrow.

jschwe commented 5 months ago

Hmm, I added your fix from the main servo repo here, but it seems that the build is stuck on windows. Maybe we can retry tomorrow and see if it gets stuck consistently.

Edit: Still gets stuck on the build-script-build of mozangle

mrobinson commented 5 months ago

I've gotten a slightly different version of the workaround functioning here: https://github.com/servo/surfman/pull/296

jschwe commented 5 months ago

Great! How about you also bump the version on your PR, and I'll just close mine?

mrobinson commented 5 months ago

Great! How about you also bump the version on your PR, and I'll just close mine?

I'm happy to keep them as two separate PRs since they do different things. Then if we ever need to revert one, we can keep the other.

jschwe commented 5 months ago

Okay, dropped the workaround commit on my end

mrobinson commented 5 months ago

I've published the release: https://crates.io/crates/surfman/0.9.4

jschwe commented 5 months ago

Thanks!