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

@ -60,7 +60,7 @@ servo_arc = { path = "../servo_arc" }
servo_atoms = {path = "../atoms", optional = true}
servo_config = {path = "../config", optional = true}
smallbitvec = "2.1.1"
smallvec = "0.6"
smallvec = "0.6.2"
string_cache = { version = "0.7", optional = true }
style_derive = {path = "../style_derive"}
style_traits = {path = "../style_traits"}