Skip to content

Commit 00656fe

Browse files
authored
Rollup merge of rust-lang#44144 - alexcrichton:faster-hash-and-sign, r=Mark-Simulacrum
rustbuild: Fix dependencies of build-manifest No need to depend on librustc! All we need is libstd Closes rust-lang#44140
2 parents 44e03a4 + ecd127d commit 00656fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/tool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ tool!(
198198
Linkchecker, "src/tools/linkchecker", "linkchecker", Mode::Libstd;
199199
CargoTest, "src/tools/cargotest", "cargotest", Mode::Libstd;
200200
Compiletest, "src/tools/compiletest", "compiletest", Mode::Libtest;
201-
BuildManifest, "src/tools/build-manifest", "build-manifest", Mode::Librustc;
201+
BuildManifest, "src/tools/build-manifest", "build-manifest", Mode::Libstd;
202202
RemoteTestClient, "src/tools/remote-test-client", "remote-test-client", Mode::Libstd;
203203
RustInstaller, "src/tools/rust-installer", "rust-installer", Mode::Libstd;
204204
);

0 commit comments

Comments
 (0)