Fix build image.

This commit is contained in:
Drew 2025-05-18 19:11:52 -07:00
parent 2258135cfc
commit 311755c812
4 changed files with 10 additions and 9 deletions

3
rust-toolchain.toml Normal file
View file

@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2025-10-02"
components = ["rustfmt", "rust-analyzer"]