Add rust-src to toolchain

To fix rust-analyzer
This commit is contained in:
Val Packett 2025-07-11 02:10:23 -03:00
parent 627237bdda
commit a898afbb98

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "1.88.0"
components = ["rust-analyzer", "clippy"]
components = ["rust-analyzer", "rust-src", "clippy"]