File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed 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 @@ -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