Set rust toolchain

This commit is contained in:
Dreaded_X 2025-04-18 02:29:22 +02:00
parent b0caae8081
commit 1468f56473
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

4
rust-toolchain.toml Normal file
View File

@ -0,0 +1,4 @@
[toolchain]
channel = "1.85"
profile = "default"
components = ["rust-analyzer"]