aboutsummaryrefslogtreecommitdiffstats
path: root/components/util
diff options
context:
space:
mode:
authorGlenn Watson <gw@intuitionlibrary.com>2015-10-01 11:45:35 +1000
committerGlenn Watson <gw@intuitionlibrary.com>2015-10-01 11:45:35 +1000
commit1999ea5e4394f2bf74b68e937affb51f57d302dc (patch)
tree36bb5d1235d34963f25d3519b7d926146b770631 /components/util
parent35888e5a1d48511ec54ddf8c58f1c7b0c47c5d3c (diff)
downloadservo-1999ea5e4394f2bf74b68e937affb51f57d302dc.tar.gz
servo-1999ea5e4394f2bf74b68e937affb51f57d302dc.zip
Update servo to use published app units crate
Diffstat (limited to 'components/util')
-rw-r--r--components/util/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/components/util/Cargo.toml b/components/util/Cargo.toml
index 7ddaff1e50b..dbed5e468cb 100644
--- a/components/util/Cargo.toml
+++ b/components/util/Cargo.toml
@@ -41,10 +41,8 @@ features = [ "serde_serialization" ]
[dependencies.selectors]
git = "https://github.com/servo/rust-selectors"
-[dependencies.app_units]
-path = "../app_units"
-
[dependencies]
+app_units = "0.1"
log = "0.3"
bitflags = "0.3"
html5ever = { version = "0.2.1", features = ["unstable"] }