make rustc-docs component available to rustup
This commit is contained in:
parent
d69b0997d7
commit
2100e67126
1 changed files with 1 additions and 0 deletions
|
@ -447,6 +447,7 @@ impl Builder {
|
|||
let mut package = |name, targets| self.package(name, &mut manifest.pkg, targets);
|
||||
package("rustc", HOSTS);
|
||||
package("rustc-dev", HOSTS);
|
||||
package("rustc-docs", HOSTS);
|
||||
package("cargo", HOSTS);
|
||||
package("rust-mingw", MINGW);
|
||||
package("rust-std", TARGETS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue