diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2017-07-20 21:03:53 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2017-07-24 11:39:12 +0200 |
commit | eb98ae6e044ff6fb5ce3cfc6b39c70d40e9880a9 (patch) | |
tree | 2367c47afe499cace142636d2887f281cdf6fa3b /components/style/Cargo.toml | |
parent | 30d6d6024bd0a082424395621f620dc9580970e5 (diff) | |
download | servo-eb98ae6e044ff6fb5ce3cfc6b39c70d40e9880a9.tar.gz servo-eb98ae6e044ff6fb5ce3cfc6b39c70d40e9880a9.zip |
Update cssparser to 0.18
https://github.com/servo/rust-cssparser/pull/171
Diffstat (limited to 'components/style/Cargo.toml')
-rw-r--r-- | components/style/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 0d349c8f66c..ec98f0a38b8 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -38,7 +38,7 @@ bitflags = "0.7" bit-vec = "0.4.3" byteorder = "1.0" cfg-if = "0.1.0" -cssparser = "0.17.0" +cssparser = "0.18" encoding = {version = "0.2", optional = true} euclid = "0.15" fnv = "1.0" |