X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_target%2FCargo.toml;h=fc37fdb1c43caea5cb9d4c98cc212f1678bd450f;hb=c4c4c566d080ccd7511ce6151ef5f7a6ed39522f;hp=162376af45f15bc8c0353dc02053c78cfd443f68;hpb=92b702e90d4f38f1d8b492915c7caa6d2902beb7;p=rust.git diff --git a/compiler/rustc_target/Cargo.toml b/compiler/rustc_target/Cargo.toml index 162376af45f..fc37fdb1c43 100644 --- a/compiler/rustc_target/Cargo.toml +++ b/compiler/rustc_target/Cargo.toml @@ -8,7 +8,8 @@ bitflags = "1.2.1" tracing = "0.1" serde_json = "1.0.59" rustc_data_structures = { path = "../rustc_data_structures" } +rustc_feature = { path = "../rustc_feature" } +rustc_index = { path = "../rustc_index" } rustc_macros = { path = "../rustc_macros" } rustc_serialize = { path = "../rustc_serialize" } rustc_span = { path = "../rustc_span" } -rustc_index = { path = "../rustc_index" }