bumped smallvec deps
This commit is contained in:
parent
b86674e7cc
commit
93c8ebe022
25 changed files with 65 additions and 65 deletions
|
@ -11,7 +11,7 @@ doctest = false
|
|||
libc = "0.2"
|
||||
tracing = "0.1"
|
||||
rayon = { version = "0.3.0", package = "rustc-rayon" }
|
||||
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
|
||||
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|
||||
rustc_ast = { path = "../rustc_ast" }
|
||||
rustc_attr = { path = "../rustc_attr" }
|
||||
rustc_builtin_macros = { path = "../rustc_builtin_macros" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue