Update Euclid.

This commit is contained in:
Ms2ger 2016-02-03 15:00:17 +01:00
parent b1fffcd85d
commit 2ea9f2d028
23 changed files with 311 additions and 259 deletions

View file

@ -45,7 +45,7 @@ optional = true
git = "https://github.com/servo/ipc-channel"
[dependencies]
app_units = {version = "0.1", features = ["plugins"]}
app_units = {version = "0.2", features = ["plugins"]}
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
log = "0.3"
bitflags = "0.3"
@ -56,7 +56,7 @@ rustc-serialize = "0.3"
smallvec = "0.1"
num_cpus = "0.2.2"
num = "0.1.24"
euclid = {version = "0.4", features = ["plugins"]}
euclid = {version = "0.6.1", features = ["unstable", "plugins"]}
selectors = "0.4.1"
serde = "0.6"
serde_macros = "0.6"