mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Switch strategies for how rustc's workspace is unioned
See rust-lang/rust#52919 for more details.
This commit is contained in:
parent
63a08ee7d5
commit
4477355b01
@ -56,9 +56,10 @@ url = "1.1"
|
|||||||
clap = "2.31.2"
|
clap = "2.31.2"
|
||||||
unicode-width = "0.1.5"
|
unicode-width = "0.1.5"
|
||||||
|
|
||||||
# Not actually needed right now but required to make sure that rls/cargo build
|
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
|
||||||
# with the same set of features in rust-lang/rust
|
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
|
||||||
num-traits = "0.2" # enable the default feature
|
# for more information.
|
||||||
|
rustc-workspace-hack = "1.0.0"
|
||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies]
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||||||
core-foundation = { version = "0.6.0", features = ["mac_os_10_7_support"] }
|
core-foundation = { version = "0.6.0", features = ["mac_os_10_7_support"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user