mirror of
https://github.com/zed-industries/zed.git
synced 2026-07-10 00:13:29 +00:00
toolchain: Include rust-src in the rust-toolchain components (#48210)
This commit is contained in:
parent
eae101f3c9
commit
1ac0b77d02
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[toolchain]
|
||||
channel = "1.93"
|
||||
profile = "minimal"
|
||||
components = [ "rustfmt", "clippy", "rust-analyzer" ]
|
||||
components = [ "rustfmt", "clippy", "rust-analyzer", "rust-src" ]
|
||||
targets = [
|
||||
"wasm32-wasip2", # extensions
|
||||
"x86_64-unknown-linux-musl", # remote server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue