Rust 1.91.1 due to the regression re: wasm builds

This commit is contained in:
Luke Parker
2025-11-11 09:08:30 -05:00
parent 191bf4bdea
commit d4f77159c4
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
[toolchain]
channel = "1.91"
channel = "1.91.1"
targets = ["wasm32v1-none"]
profile = "minimal"
components = ["rust-src", "rustfmt", "clippy"]