Bump to Rust 1.86

This fixes the weird glib build problems that I was running into
This commit is contained in:
Savanni D'Gerinel 2025-04-08 21:54:50 -04:00
parent 21bcece361
commit 6a51ca7991

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "1.85.0"
channel = "1.86.0"
targets = [ "wasm32-unknown-unknown", "thumbv6m-none-eabi" ]
components = [ "rustfmt", "rust-analyzer", "clippy" ]