From 3d0f35f632aa7c49168b3480f3c47005ad6a997e Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 16 Jul 2026 20:30:49 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- features/src/rust/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/src/rust/README.md b/features/src/rust/README.md index b713bfa71..75d9f8188 100644 --- a/features/src/rust/README.md +++ b/features/src/rust/README.md @@ -17,6 +17,8 @@ Installs Rust, common Rust utilities, and their required dependencies |-----|-----|-----|-----| | version | Select or enter a version of Rust to install. | string | latest | | profile | Select a rustup install profile. | string | minimal | +| targets | Optional comma separated list of additional Rust targets to install. | string | - | +| components | Optional, comma separated list of Rust components to be installed | string | rust-analyzer,rust-src,rustfmt,clippy | | updateRc | - | boolean | true | | updateRust | - | boolean | false |