Update parking_lot_core and smallvec

This commit is contained in:
Matt Brubeck 2017-03-22 14:55:49 -07:00
parent 4715d3cd37
commit 822d4803bc
5 changed files with 14 additions and 14 deletions

View file

@ -33,7 +33,7 @@ serde_derive = "0.9"
servo_atoms = {path = "../atoms"}
servo_geometry = {path = "../geometry"}
servo_url = {path = "../url"}
smallvec = "0.1"
smallvec = "0.3"
style = {path = "../style"}
style_traits = {path = "../style_traits"}
time = "0.1.12"