Auto merge of #8241 - Manishearth:euclid_up, r=mbrubeck

Update euclid to 0.3



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8241)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-10-28 22:01:15 +05:30
commit 0d699a2b44
27 changed files with 522 additions and 260 deletions

View file

@ -71,7 +71,7 @@ version = "0.6"
features = [ "serde-serialization" ]
[dependencies]
app_units = "0.1"
app_units = {version = "0.1", features = ["plugins"]}
log = "0.3"
encoding = "0.2"
fnv = "1.0"
@ -87,7 +87,7 @@ smallvec = "0.1"
html5ever = { version = "0.2.1", features = ["unstable"] }
string_cache = { version = "0.1.15", features = ["unstable"] }
string_cache_plugin = "0.1"
euclid = "0.2"
euclid = {version = "0.3", features = ["plugins"]}
tendril = "0.1.1"
rand = "0.3"
serde = "0.6"