chore: remove dependency rustc-workspace-hack

Co-authored-by: Scott Schafer <schaferjscott@gmail.com>
Co-authored-by: Eric Huss <eric@huss.org>
This commit is contained in:
Weihang Lo 2023-03-14 15:12:54 +00:00
parent 0289f2b8d5
commit aaca5a0a56
No known key found for this signature in database
GPG key ID: D7DBF189825E82E7
2 changed files with 0 additions and 12 deletions

7
Cargo.lock generated
View file

@ -284,7 +284,6 @@ dependencies = [
"pathdiff",
"pretty_env_logger",
"rand",
"rustc-workspace-hack",
"rustfix",
"same-file",
"semver",
@ -2665,12 +2664,6 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc-workspace-hack"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb"
[[package]]
name = "rustfix"
version = "0.6.1"

View file

@ -100,11 +100,6 @@ unicode-xid = "0.2.0"
url = "2.2.2"
walkdir = "2.2"
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
# for more information.
rustc-workspace-hack = "1.0.0"
[target.'cfg(windows)'.dependencies]
fwdansi = "1.1.0"