Add thin-vec to newly added [workspace.dependencies].
This commit is contained in:
parent
176d8dbce6
commit
777e2d6a2a
19 changed files with 23 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue