]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_arena/Cargo.toml
New upstream version 1.60.0+dfsg1
[rustc.git] / compiler / rustc_arena / Cargo.toml
index 33ccd0445030f7e0f315a2cee1b409a65ef9f142..ee3a7b51b699a693de3465e7c8b0b1efcc036576 100644 (file)
@@ -4,5 +4,4 @@ version = "0.0.0"
 edition = "2021"
 
 [dependencies]
-rustc_data_structures = { path = "../rustc_data_structures" }
 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }