Commit 2f83a90
Fix CI: Revert to stable toolchain (1.93+) and update wasm-bindgen
This commit reverts the CI workflows to use the `stable` Rust toolchain, as stable is now 1.93.0 which satisfies `wgpu` v28 requirements.
It also updates the `wasm-bindgen` dependency in `crates/Cargo.toml` to `0.2.108` to match the version installed by `wasm-bindgen-cli` in the Rust Web workflow, resolving a version mismatch failure.
Reverted changes to `crates/profiler/src/cpu_profiler.rs` as they are not required on stable.
Co-authored-by: gents83 <62186646+gents83@users.noreply.github.com>1 parent 8ba5a88 commit 2f83a90
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments