]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_arena/Cargo.toml
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / compiler / rustc_arena / Cargo.toml
index 29caa852ed47eb7db0c6dab7e47e5c2dae46de7d..5d4d47527d3da7ce2e2acd59a727e4549f041ba5 100644 (file)
@@ -5,4 +5,5 @@ version = "0.0.0"
 edition = "2018"
 
 [dependencies]
-smallvec = { version = "1.0", features = ["union", "may_dangle"] }
+rustc_data_structures = { path = "../rustc_data_structures" }
+smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }