1
Fork 0

Upgrade thin-vec from 0.2.9 to 0.2.12.

Because 0.2.10 added supports for `ThinVec::splice`, and 0.2.12 is the
latest release.
This commit is contained in:
Nicholas Nethercote 2022-12-06 10:19:32 +11:00
parent 5243ea5c29
commit 06228d6e93
13 changed files with 14 additions and 14 deletions

View file

@ -25,5 +25,5 @@ rustc_query_system = { path = "../rustc_query_system" }
rustc_session = { path = "../rustc_session" }
rustc_span = { path = "../rustc_span" }
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
thin-vec = "0.2.8"
thin-vec = "0.2.12"
tracing = "0.1"