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 21, 2014
1 parent d5c5ff3 commit 64e4ba2
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"

This comment has been minimized.

Copy link
@jdm

jdm Dec 21, 2014

Member

This says 0.1.1 and all the lock files say 0.1.2

This comment has been minimized.

Copy link
@SimonSapin

SimonSapin Dec 21, 2014

Author Member

Right, the minimum dependency is 0.1.1 because write_fmt was added then, but we use 0.1.2 which as a performance improvement.

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 64e4ba2

Please sign in to comment.