toolchain: Include rust-src in the rust-toolchain components (#48210)

This commit is contained in:
Josh Robson Chase 2026-02-02 16:07:42 -05:00 committed by GitHub
parent eae101f3c9
commit 1ac0b77d02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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