Lock rust toolchain version to same version used in Dockerfile

This commit is contained in:
Dreaded_X 2025-03-21 01:25:37 +01:00
parent 4741fc1f00
commit a80e03ac90
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

4
rust-toolchain.toml Normal file
View File

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