bumped smallvec deps
This commit is contained in:
parent
b86674e7cc
commit
93c8ebe022
25 changed files with 65 additions and 65 deletions
|
@ -22,7 +22,7 @@ stable_deref_trait = "1.0.0"
|
|||
rayon = { version = "0.3.0", package = "rustc-rayon" }
|
||||
rayon-core = { version = "0.3.0", package = "rustc-rayon-core" }
|
||||
rustc-hash = "1.1.0"
|
||||
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
|
||||
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
||||
rustc_index = { path = "../rustc_index", package = "rustc_index" }
|
||||
bitflags = "1.2.1"
|
||||
measureme = "9.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue