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:
parent
788ddedb0d
commit
7c40661ddb
32 changed files with 34 additions and 34 deletions
|
@ -24,4 +24,4 @@ rustc_metadata = { path = "../rustc_metadata" }
|
|||
rustc_query_system = { path = "../rustc_query_system" }
|
||||
rustc_session = { path = "../rustc_session" }
|
||||
rustc_span = { path = "../rustc_span" }
|
||||
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
||||
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue