Skip to content

Commit

Permalink
Declare dependencies on text_writer.
Browse files Browse the repository at this point in the history
Transitive dependencies being available is considered a bug:
rust-lang/cargo#1037
  • Loading branch information
SimonSapin committed Dec 29, 2014
1 parent b9a5753 commit 540d218
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions components/style/Cargo.toml
Expand Up @@ -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"
3 changes: 3 additions & 0 deletions components/util/Cargo.toml
Expand Up @@ -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 changes: 2 additions & 0 deletions ports/cef/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ports/gonk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 540d218

Please sign in to comment.