diff options
author | Glenn Watson <gw@intuitionlibrary.com> | 2015-10-01 11:45:35 +1000 |
---|---|---|
committer | Glenn Watson <gw@intuitionlibrary.com> | 2015-10-01 11:45:35 +1000 |
commit | 1999ea5e4394f2bf74b68e937affb51f57d302dc (patch) | |
tree | 36bb5d1235d34963f25d3519b7d926146b770631 /components/servo/Cargo.lock | |
parent | 35888e5a1d48511ec54ddf8c58f1c7b0c47c5d3c (diff) | |
download | servo-1999ea5e4394f2bf74b68e937affb51f57d302dc.tar.gz servo-1999ea5e4394f2bf74b68e937affb51f57d302dc.zip |
Update servo to use published app units crate
Diffstat (limited to 'components/servo/Cargo.lock')
-rw-r--r-- | components/servo/Cargo.lock | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 020b9b9bfe8..353fd34cbd9 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -74,6 +74,7 @@ dependencies = [ [[package]] name = "app_units" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", @@ -233,7 +234,7 @@ dependencies = [ name = "compositing" version = "0.0.1" dependencies = [ - "app_units 0.1.0", + "app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "azure 0.1.0 (git+https://github.com/servo/rust-azure)", "canvas 0.0.1", "canvas_traits 0.0.1", @@ -591,7 +592,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "gfx" version = "0.0.1" dependencies = [ - "app_units 0.1.0", + "app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "azure 0.1.0 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "canvas_traits 0.0.1", @@ -942,7 +943,7 @@ dependencies = [ name = "layout" version = "0.0.1" dependencies = [ - "app_units 0.1.0", + "app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "azure 0.1.0 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "canvas 0.0.1", @@ -1097,7 +1098,7 @@ dependencies = [ name = "msg" version = "0.0.1" dependencies = [ - "app_units 0.1.0", + "app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "azure 0.1.0 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "canvas_traits 0.0.1", @@ -1453,7 +1454,7 @@ name = "script" version = "0.0.1" dependencies = [ "angle 0.1.0 (git+https://github.com/ecoal95/angle?branch=servo)", - "app_units 0.1.0", + "app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "canvas 0.0.1", "canvas_traits 0.0.1", @@ -1504,7 +1505,7 @@ dependencies = [ name = "script_traits" version = "0.0.1" dependencies = [ - "app_units 0.1.0", + "app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.1.0 (git+https://github.com/pcwalton/ipc-channel)", @@ -1667,7 +1668,7 @@ dependencies = [ name = "style" version = "0.0.1" dependencies = [ - "app_units 0.1.0", + "app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1694,7 +1695,7 @@ dependencies = [ name = "style_tests" version = "0.0.1" dependencies = [ - "app_units 0.1.0", + "app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", @@ -1838,7 +1839,7 @@ dependencies = [ name = "util" version = "0.0.1" dependencies = [ - "app_units 0.1.0", + "app_units 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "azure 0.1.0 (git+https://github.com/servo/rust-azure)", "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |