Add thin-vec to newly added [workspace.dependencies].

This commit is contained in:
Nicholas Nethercote 2025-08-22 07:04:59 +10:00
parent 176d8dbce6
commit 777e2d6a2a
19 changed files with 23 additions and 18 deletions

View file

@ -18,6 +18,6 @@ rustc_middle = { path = "../rustc_middle" }
rustc_span = { path = "../rustc_span" }
rustc_type_ir = { path = "../rustc_type_ir" }
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
thin-vec = "0.2.12"
thin-vec.workspace = true
tracing = "0.1"
# tidy-alphabetical-end