diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-09-30 22:21:36 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-09-30 22:21:36 -0600 |
commit | 0860be4c28ebaee36a0df4de3510d917b0e08cb7 (patch) | |
tree | cb2fff8c73d5325740c5b9e06bbd707b12fc97f1 /components/script | |
parent | 99880bf9570d8a42692a44abefb3767e9bbbf223 (diff) | |
parent | 1999ea5e4394f2bf74b68e937affb51f57d302dc (diff) | |
download | servo-0860be4c28ebaee36a0df4de3510d917b0e08cb7.tar.gz servo-0860be4c28ebaee36a0df4de3510d917b0e08cb7.zip |
Auto merge of #7811 - glennw:use-crates-au, r=larsbergstrom
Update servo to use published app units crate
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7811)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index b34aa09b258..f6171914dc9 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -12,9 +12,6 @@ path = "lib.rs" [features] debugmozjs = ['js/debugmozjs'] -[dependencies.app_units] -path = "../app_units" - [dependencies.plugins] path = "../plugins" @@ -74,6 +71,7 @@ version = "0.6" features = [ "serde-serialization" ] [dependencies] +app_units = "0.1" log = "0.3" encoding = "0.2" fnv = "1.0" |