We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dd6cc3 + 5956b58 commit 5fd0639Copy full SHA for 5fd0639
Cargo.toml
@@ -39,6 +39,10 @@ directories = { version = "1.0", optional = true }
39
rustc_version = { version = "0.2.3", optional = true }
40
env_logger = "0.5"
41
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"
46
47
[build-dependencies]
48
vergen = "3"
0 commit comments