Update Rust version

This causes the Serai node to compile and run again.
This commit is contained in:
Luke Parker
2025-08-15 15:26:16 -04:00
parent 0c2f2979a9
commit b743c9a43e
5 changed files with 24 additions and 5 deletions

View File

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