We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build.extended
config.example.toml
1 parent 41cb42a commit 685b5c2Copy full SHA for 685b5c2
config.example.toml
@@ -294,9 +294,11 @@ changelog-seen = 2
294
295
# Enable a build of the extended Rust tool set which is not only the compiler
296
# but also tools such as Cargo. This will also produce "combined installers"
297
-# which are used to install Rust and Cargo together. This is disabled by
298
-# default. The `tools` option (immediately below) specifies which tools should
299
-# be built if `extended = true`.
+# which are used to install Rust and Cargo together.
+# The `tools` (check `config.example.toml` to see its default value) option specifies
+# which tools should be built if `extended = true`.
300
+#
301
+# This is disabled by default.
302
#extended = false
303
304
# Set of tools to be included in the installation.
0 commit comments