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

@ -64,7 +64,7 @@ servo_arc = { path = "../servo_arc" }
servo_atoms = {path = "../atoms", optional = true}
servo_config = {path = "../config", optional = true}
smallbitvec = "1.0.6"
smallvec = "0.4"
smallvec = "0.6"
style_derive = {path = "../style_derive"}
style_traits = {path = "../style_traits"}
servo_url = {path = "../url", optional = true}