fix: drop unused fast_image_resize, drop toolchain back to 1.86, limit emscripten build to pacman project properly

This commit is contained in:
Ryan Walters
2025-09-18 23:16:55 -05:00
parent cc06cd88a1
commit 408b660490
4 changed files with 7 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
[toolchain]
# we are unfortunately pinned to 1.86.0 for some reason, bulk-memory-opt related issues on wasm32-unknown-emscripten
channel = "1.87.0"
channel = "1.86.0"
components = ["rustfmt", "llvm-tools-preview", "clippy"]