Bump cssparser version to 0.16.1 in toml files

This commit is contained in:
Nazım Can Altınova 2017-06-22 15:44:03 -07:00
parent 2414688f5a
commit 5362c5ee74
11 changed files with 11 additions and 11 deletions

View file

@ -10,7 +10,7 @@ path = "lib.rs"
doctest = false
[dependencies]
cssparser = "0.16"
cssparser = "0.16.1"
gfx = {path = "../../../components/gfx"}
ipc-channel = "0.8"
style = {path = "../../../components/style"}

View file

@ -15,7 +15,7 @@ testing = ["style/testing"]
[dependencies]
byteorder = "1.0"
app_units = "0.5"
cssparser = "0.16"
cssparser = "0.16.1"
euclid = "0.15"
html5ever = "0.18"
parking_lot = "0.3"

View file

@ -16,7 +16,7 @@ testing = ["style/testing"]
[dependencies]
atomic_refcell = "0.1"
cssparser = "0.16"
cssparser = "0.16.1"
env_logger = "0.4"
euclid = "0.15"
geckoservo = {path = "../../../ports/geckolib"}