Declare dependencies on text_writer.

Transitive dependencies being available is considered a bug:
https://github.com/rust-lang/cargo/issues/1037
This commit is contained in:
Simon Sapin 2014-12-21 10:36:31 +00:00
parent b9a57531ea
commit 540d218885
5 changed files with 11 additions and 0 deletions

View file

@ -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)",
]