Open maxrake opened 3 months ago
wgpu-core v0.20.0
was yanked because it segfaults on rustc 1.79+. Most projects pull wgpu-core
via the wgpu
, which has a v0.20.1
release to fix this... We are unfortunate enough to get wgpu-core
via deno_webgpu
, which did not release a semver-compatible fix. So we have to go through breaking updates to fix this.
TLDR: We need to update our deno crates to something released after denoland/deno#24515 was merged
Overview
The ability to
cargo update
this repository appears to be broken. The workflow that automates this process as a weekly task has been broken since ~12 JUL 2024.How To Reproduce
Expected Behavior
Weekly automated dependency bumps are successful in running and updating to the latest set of packages.
Additional Context
This looks like another instance of needing to update the
deno
dependencies.