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

View file

@ -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"

View file

@ -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"

2
ports/cef/Cargo.lock generated
View file

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

2
ports/gonk/Cargo.lock generated
View file

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