Fix build errors after rebase

This commit is contained in:
Fernando Jiménez Moreno 2018-07-13 15:35:19 +02:00
parent 4059e16a15
commit 1649b6a528
8 changed files with 383 additions and 13 deletions

View file

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