Auto merge of #9519 - Ms2ger:euclid, r=Manishearth

Update Euclid.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9519)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-02-04 16:35:48 +05:30
commit 712b053f4f
23 changed files with 311 additions and 259 deletions

View file

@ -24,9 +24,9 @@ path = "../../../components/style_traits"
path = "../../../components/util"
[dependencies]
app_units = {version = "0.1", features = ["plugins"]}
app_units = {version = "0.2", features = ["plugins"]}
url = "0.5.4"
cssparser = "0.5"
selectors = "0.4.1"
string_cache = "0.2"
euclid = {version = "0.4", features = ["plugins"]}
euclid = {version = "0.6.1", features = ["plugins"]}

View file

@ -16,7 +16,7 @@ path = "../../../components/util"
path = "../../../components/plugins"
[dependencies]
app_units = {version = "0.1", features = ["plugins"]}
app_units = {version = "0.2", features = ["plugins"]}
libc = "0.2"
euclid = {version = "0.4", features = ["plugins"]}
euclid = {version = "0.6.1", features = ["plugins"]}