From 540d21888558751a5fae0b71011306068a58bc6f Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Sun, 21 Dec 2014 10:36:31 +0000 Subject: [PATCH] Declare dependencies on text_writer. Transitive dependencies being available is considered a bug: https://github.com/rust-lang/cargo/issues/1037 --- components/servo/Cargo.lock | 2 ++ components/style/Cargo.toml | 2 ++ components/util/Cargo.toml | 3 +++ ports/cef/Cargo.lock | 2 ++ ports/gonk/Cargo.lock | 2 ++ 5 files changed, 11 insertions(+) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index b0584810f6fc..9075a588342c 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -674,6 +674,7 @@ dependencies = [ "plugins 0.0.1", "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", "string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache)", + "text_writer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.1.0 (git+https://github.com/servo/rust-url)", "util 0.0.1", ] @@ -715,6 +716,7 @@ dependencies = [ "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", "string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache)", "task_info 0.0.1", + "text_writer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.0 (git+https://github.com/rust-lang/time)", "url 0.1.0 (git+https://github.com/servo/rust-url)", ] diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index f0ab29d71482..db2cbe9ffc4d 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -36,3 +36,5 @@ git = "https://github.com/servo/string-cache" [dependencies.string_cache_macros] git = "https://github.com/servo/string-cache" +[dependencies] +text_writer = "0.1.1" diff --git a/components/util/Cargo.toml b/components/util/Cargo.toml index e7faaebee976..086a57dad39a 100644 --- a/components/util/Cargo.toml +++ b/components/util/Cargo.toml @@ -30,3 +30,6 @@ git = "https://github.com/servo/rust-url" [dependencies.time] git = "https://github.com/rust-lang/time" + +[dependencies] +text_writer = "0.1.1" diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 1eb0fa963864..3ebeef17673d 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -658,6 +658,7 @@ dependencies = [ "plugins 0.0.1", "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", "string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache)", + "text_writer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.1.0 (git+https://github.com/servo/rust-url)", "util 0.0.1", ] @@ -699,6 +700,7 @@ dependencies = [ "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", "string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache)", "task_info 0.0.1", + "text_writer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.0 (git+https://github.com/rust-lang/time)", "url 0.1.0 (git+https://github.com/servo/rust-url)", ] diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index f9baefb333e5..19641c7399c8 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -606,6 +606,7 @@ dependencies = [ "plugins 0.0.1", "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", "string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache)", + "text_writer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.1.0 (git+https://github.com/servo/rust-url)", "util 0.0.1", ] @@ -647,6 +648,7 @@ dependencies = [ "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", "string_cache_macros 0.0.0 (git+https://github.com/servo/string-cache)", "task_info 0.0.1", + "text_writer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.0 (git+https://github.com/rust-lang/time)", "url 0.1.0 (git+https://github.com/servo/rust-url)", ]