Skip to content

Commit 5956b58

Browse files
authored
Merge pull request #575 from ehuss/add-rustc-workspace-hack
Add rustc-workspace-hack.
2 parents 0610a81 + d801daf commit 5956b58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ directories = { version = "1.0", optional = true }
3939
rustc_version = { version = "0.2.3", optional = true }
4040
env_logger = "0.5"
4141
log = "0.4"
42+
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
43+
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
44+
# for more information.
45+
rustc-workspace-hack = "1.0.0"
4246

4347
[build-dependencies]
4448
vergen = "3"

0 commit comments

Comments
 (0)