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

@ -19,6 +19,6 @@ rustc_middle = { path = "../rustc_middle" }
rustc_serialize = { path = "../rustc_serialize" }
rustc_session = { path = "../rustc_session" }
rustc_span = { path = "../rustc_span" }
thin-vec = "0.2.12"
thin-vec.workspace = true
tracing = "0.1"
# tidy-alphabetical-end