toolchain.toml >> rust-toolchain.toml

This commit is contained in:
Reid 2025-01-14 16:25:34 -08:00
parent 32ad5c726b
commit 1ec0b30896
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
2 changed files with 3 additions and 3 deletions

4
rust-toolchain.toml Normal file
View file

@ -0,0 +1,4 @@
[toolchain]
channel = "nightly"
components = [ "rust-src" ]
profile = "minimal"