X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.lock;h=f230f50212a3b841ef1b5aff6dc5c9db566b55bb;hb=2f66e9417f51d4350274854287c52a106599f31a;hp=55433a55a183cdc81f29ef818e0dc1728c819500;hpb=5b3e9090757da9a95b22f589fe39b6a4b5455b96;p=rust.git diff --git a/Cargo.lock b/Cargo.lock index 55433a55a18..f230f50212a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3672,7 +3672,6 @@ dependencies = [ name = "rustc_interface" version = "0.0.0" dependencies = [ - "libc", "libloading", "rustc-rayon", "rustc-rayon-core", @@ -3715,7 +3714,6 @@ dependencies = [ "rustc_ty_utils", "smallvec", "tracing", - "winapi", ] [[package]] @@ -4135,6 +4133,7 @@ name = "rustc_session" version = "0.0.0" dependencies = [ "getopts", + "libc", "rustc_ast", "rustc_data_structures", "rustc_errors", @@ -4146,7 +4145,9 @@ dependencies = [ "rustc_serialize", "rustc_span", "rustc_target", + "smallvec", "tracing", + "winapi", ] [[package]]