Update smallvec dep to 1.0
This commit is contained in:
parent
04f1bd17cb
commit
5476c4faa3
2 changed files with 8 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ ra_syntax = { path = "../ra_syntax" }
|
|||
ra_parser = { path = "../ra_parser" }
|
||||
tt = { path = "../ra_tt", package = "ra_tt" }
|
||||
rustc-hash = "1.0.0"
|
||||
smallvec = "0.6.9"
|
||||
smallvec = "1.0.0"
|
||||
log = "0.4.5"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue