Skip to content

Commit 271bad9

Browse files
committed
Update submodule rust-installer
This includes the following pull requests: * rust-lang/rust-installer#114 * rust-lang/rust-installer#113
1 parent b8844f2 commit 271bad9

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

Diff for: Cargo.lock

+3-10
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,6 @@ dependencies = [
585585
"textwrap 0.11.0",
586586
"unicode-width",
587587
"vec_map",
588-
"yaml-rust 0.3.5",
589588
]
590589

591590
[[package]]
@@ -1242,7 +1241,7 @@ name = "expand-yaml-anchors"
12421241
version = "0.1.0"
12431242
dependencies = [
12441243
"yaml-merge-keys",
1245-
"yaml-rust 0.4.4",
1244+
"yaml-rust",
12461245
]
12471246

12481247
[[package]]
@@ -1862,7 +1861,7 @@ name = "installer"
18621861
version = "0.0.0"
18631862
dependencies = [
18641863
"anyhow",
1865-
"clap 2.34.0",
1864+
"clap 3.1.1",
18661865
"flate2",
18671866
"lazy_static",
18681867
"num_cpus",
@@ -5892,15 +5891,9 @@ checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
58925891
dependencies = [
58935892
"lazy_static",
58945893
"thiserror",
5895-
"yaml-rust 0.4.4",
5894+
"yaml-rust",
58965895
]
58975896

5898-
[[package]]
5899-
name = "yaml-rust"
5900-
version = "0.3.5"
5901-
source = "registry+https://github.com/rust-lang/crates.io-index"
5902-
checksum = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
5903-
59045897
[[package]]
59055898
name = "yaml-rust"
59065899
version = "0.4.4"

Diff for: src/bootstrap/tool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ bootstrap_tool!(
367367
Compiletest, "src/tools/compiletest", "compiletest", is_unstable_tool = true;
368368
BuildManifest, "src/tools/build-manifest", "build-manifest";
369369
RemoteTestClient, "src/tools/remote-test-client", "remote-test-client";
370-
RustInstaller, "src/tools/rust-installer", "fabricate", is_external_tool = true;
370+
RustInstaller, "src/tools/rust-installer", "rust-installer", is_external_tool = true;
371371
RustdocTheme, "src/tools/rustdoc-themes", "rustdoc-themes";
372372
ExpandYamlAnchors, "src/tools/expand-yaml-anchors", "expand-yaml-anchors";
373373
LintDocs, "src/tools/lint-docs", "lint-docs";

0 commit comments

Comments
 (0)