Auto merge of #19494 - Eijebong:smallvec, r=emilio

Update smallvec to 0.6

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19494)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-12-05 13:44:19 -06:00 committed by GitHub
commit c20fd7d58a
10 changed files with 39 additions and 39 deletions

View file

@ -89,7 +89,7 @@ servo_config = {path = "../config"}
servo_geometry = {path = "../geometry" }
servo_rand = {path = "../rand"}
servo_url = {path = "../url"}
smallvec = "0.4"
smallvec = "0.6"
style = {path = "../style", features = ["servo"]}
style_traits = {path = "../style_traits"}
swapper = "0.1"