1
Fork 0

Update smallvec to 1.8.1.

This pulls in https://github.com/servo/rust-smallvec/pull/282, which
gives some small wins for rustc.
This commit is contained in:
Nicholas Nethercote 2022-06-27 08:48:55 +10:00
parent 788ddedb0d
commit 7c40661ddb
32 changed files with 34 additions and 34 deletions

View file

@ -22,7 +22,7 @@ rustc_session = { path = "../rustc_session" }
rustc_span = { path = "../rustc_span" }
rustc_target = { path = "../rustc_target" }
parking_lot = "0.11"
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
[features]
rustc_use_parallel_compiler = ["rustc-rayon-core"]