This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +0
-23
lines changed Expand file tree Collapse file tree 4 files changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,6 @@ dependencies = [
442442 " measureme" ,
443443 " rand" ,
444444 " regex" ,
445- " rustc-workspace-hack" ,
446445 " rustc_version" ,
447446 " smallvec" ,
448447 " ui_test" ,
@@ -628,12 +627,6 @@ version = "1.1.0"
628627source = " registry+https://github.com/rust-lang/crates.io-index"
629628checksum = " 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
630629
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-
637630[[package ]]
638631name = " rustc_version"
639632version = " 0.4.0"
Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ log = "0.4"
2424rand = " 0.8"
2525smallvec = " 1.7"
2626
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"
3127measureme = " 10.0.0"
3228ctrlc = " 3.2.5"
3329
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ dependencies = [
3030 " cargo_metadata" ,
3131 " directories" ,
3232 " rustc-build-sysroot" ,
33- " rustc-workspace-hack" ,
3433 " rustc_tools_util" ,
3534 " rustc_version" ,
3635 " serde" ,
@@ -235,12 +234,6 @@ dependencies = [
235234 " tempfile" ,
236235]
237236
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-
244237[[package ]]
245238name = " rustc_tools_util"
246239version = " 0.3.0"
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ serde_json = "1.0.40"
2020cargo_metadata = " 0.15.0"
2121rustc-build-sysroot = " 0.4.1"
2222
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-
2823# Enable some feature flags that dev-dependencies need but dependencies
2924# do not. This makes `./miri install` after `./miri build` faster.
3025serde = { version = " *" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments