Set rust toolchain

This commit is contained in:
2025-04-18 02:29:22 +02:00
parent b0caae8081
commit 758b7cd760
2 changed files with 5 additions and 1 deletions

4
rust-toolchain.toml Normal file
View File

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