Update smallvec to 0.6

This commit is contained in:
Bastien Orivel 2017-12-05 12:03:20 +01:00
parent 3cef09ae21
commit 6f8ba39dce
10 changed files with 39 additions and 39 deletions

View file

@ -40,7 +40,7 @@ servo_geometry = {path = "../geometry"}
serde_json = "1.0"
servo_config = {path = "../config"}
servo_url = {path = "../url"}
smallvec = "0.4"
smallvec = "0.6"
style = {path = "../style"}
style_traits = {path = "../style_traits"}
unicode-bidi = {version = "0.3", features = ["with_serde"]}