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
|
@ -20,7 +20,7 @@ stable_deref_trait = "1.0.0"
|
|||
rayon = { version = "0.4.0", package = "rustc-rayon", optional = true }
|
||||
rayon-core = { version = "0.4.0", package = "rustc-rayon-core", optional = true }
|
||||
rustc-hash = "1.1.0"
|
||||
smallvec = { version = "1.6.1", features = ["const_generics", "union", "may_dangle"] }
|
||||
smallvec = { version = "1.8.1", features = ["const_generics", "union", "may_dangle"] }
|
||||
rustc_index = { path = "../rustc_index", package = "rustc_index" }
|
||||
bitflags = "1.2.1"
|
||||
measureme = "10.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue