]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_monomorphize/Cargo.toml
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / compiler / rustc_monomorphize / Cargo.toml
index f812afe6b62ba9cd88c6e660c056f94abc9065c1..41ba4d4b64a34143376e9421da4719b145725d6c 100644 (file)
@@ -7,10 +7,9 @@ edition = "2021"
 doctest = false
 
 [dependencies]
-smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
 tracing = "0.1"
 rustc_data_structures = { path = "../rustc_data_structures" }
-rustc_errors = { path = "../rustc_errors" }
 rustc_hir = { path = "../rustc_hir" }
 rustc_index = { path = "../rustc_index" }
 rustc_middle = { path = "../rustc_middle" }