Update smallvec dep to 1.0

This commit is contained in:
memoryruins 2019-11-15 06:45:58 -05:00
parent 04f1bd17cb
commit 5476c4faa3
2 changed files with 8 additions and 2 deletions

View file

@ -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]