X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_arena%2FCargo.toml;h=5d4d47527d3da7ce2e2acd59a727e4549f041ba5;hb=f5f33ec0e0455eefa72fc5567eb1280a4d5ee206;hp=f2d039c82ab7fd3b6204fcd4bddcfd1547deb82f;hpb=568ae3aee7be10d4439486686cad186b3df2446e;p=rust.git diff --git a/compiler/rustc_arena/Cargo.toml b/compiler/rustc_arena/Cargo.toml index f2d039c82ab..5d4d47527d3 100644 --- a/compiler/rustc_arena/Cargo.toml +++ b/compiler/rustc_arena/Cargo.toml @@ -5,4 +5,5 @@ version = "0.0.0" edition = "2018" [dependencies] +rustc_data_structures = { path = "../rustc_data_structures" } smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }