Update cssparser in Cargo.toml.

This commit is contained in:
Xidorn Quan 2017-04-07 16:07:37 +10:00
parent 1b6c3e06bb
commit da901bd2dc
12 changed files with 12 additions and 12 deletions

View file

@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
azure = {git = "https://github.com/servo/rust-azure"}
canvas_traits = {path = "../canvas_traits"}
cssparser = "0.12"
cssparser = "0.12.1"
euclid = "0.11"
gleam = "0.4"
ipc-channel = "0.7"