File tree 4 files changed +0
-23
lines changed
4 files changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,6 @@ dependencies = [
442
442
" measureme" ,
443
443
" rand" ,
444
444
" regex" ,
445
- " rustc-workspace-hack" ,
446
445
" rustc_version" ,
447
446
" smallvec" ,
448
447
" ui_test" ,
@@ -628,12 +627,6 @@ version = "1.1.0"
628
627
source = " registry+https://github.com/rust-lang/crates.io-index"
629
628
checksum = " 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
630
629
631
- [[package ]]
632
- name = " rustc-workspace-hack"
633
- version = " 1.0.0"
634
- source = " registry+https://github.com/rust-lang/crates.io-index"
635
- checksum = " fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb"
636
-
637
630
[[package ]]
638
631
name = " rustc_version"
639
632
version = " 0.4.0"
Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ log = "0.4"
24
24
rand = " 0.8"
25
25
smallvec = " 1.7"
26
26
27
- # A noop dependency that changes in the Rust repository, it's a bit of a hack.
28
- # See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
29
- # for more information.
30
- rustc-workspace-hack = " 1.0.0"
31
27
measureme = " 10.0.0"
32
28
ctrlc = " 3.2.5"
33
29
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ dependencies = [
30
30
" cargo_metadata" ,
31
31
" directories" ,
32
32
" rustc-build-sysroot" ,
33
- " rustc-workspace-hack" ,
34
33
" rustc_tools_util" ,
35
34
" rustc_version" ,
36
35
" serde" ,
@@ -235,12 +234,6 @@ dependencies = [
235
234
" tempfile" ,
236
235
]
237
236
238
- [[package ]]
239
- name = " rustc-workspace-hack"
240
- version = " 1.0.0"
241
- source = " registry+https://github.com/rust-lang/crates.io-index"
242
- checksum = " fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb"
243
-
244
237
[[package ]]
245
238
name = " rustc_tools_util"
246
239
version = " 0.3.0"
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ serde_json = "1.0.40"
20
20
cargo_metadata = " 0.15.0"
21
21
rustc-build-sysroot = " 0.4.1"
22
22
23
- # A noop dependency that changes in the Rust repository, it's a bit of a hack.
24
- # See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
25
- # for more information.
26
- rustc-workspace-hack = " 1.0.0"
27
-
28
23
# Enable some feature flags that dev-dependencies need but dependencies
29
24
# do not. This makes `./miri install` after `./miri build` faster.
30
25
serde = { version = " *" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments