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

Josh Robson Chase created

Change summary

rust-toolchain.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

rust-toolchain.toml 🔗

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