Skip to content

Commit f089f76

Browse files
committed
Remove rustc-workspace-hack
1 parent 949b1dc commit f089f76

File tree

4 files changed

+0
-23
lines changed

4 files changed

+0
-23
lines changed

Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ log = "0.4"
2424
rand = "0.8"
2525
smallvec = "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"
3127
measureme = "10.0.0"
3228
ctrlc = "3.2.5"
3329

cargo-miri/Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-miri/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ serde_json = "1.0.40"
2020
cargo_metadata = "0.15.0"
2121
rustc-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.
3025
serde = { version = "*", features = ["derive"] }

0 commit comments

Comments
 (0)