Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start using the ToCss trait, to be used for CSS serialization #4455

Merged
merged 8 commits into from Dec 29, 2014

Declare dependencies on text_writer.

Transitive dependencies being available is considered a bug:
rust-lang/cargo#1037
  • Loading branch information
SimonSapin committed Dec 29, 2014
commit 540d21888558751a5fae0b71011306068a58bc6f

Some generated files are not rendered by default. Learn more.

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

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.