]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_arena/Cargo.toml
Auto merge of #83201 - klensy:checkout-v2, r=pietroalbini
[rust.git] / compiler / rustc_arena / Cargo.toml
index f2d039c82ab7fd3b6204fcd4bddcfd1547deb82f..5d4d47527d3da7ce2e2acd59a727e4549f041ba5 100644 (file)
@@ -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"] }