Skip to content

Commit

Permalink
Auto merge of #20666 - servo:url, r=nox
Browse files Browse the repository at this point in the history
Fix building servo_url by itself

Fix #20664

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20666)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Apr 19, 2018
2 parents 1d8fd8f + e7e52d8 commit 05fe8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/url/Cargo.toml
Expand Up @@ -10,9 +10,9 @@ name = "servo_url"
path = "lib.rs"

[dependencies]
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of = { path = "../malloc_size_of", features = ["servo"] }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
serde = {version = "1.0"}
serde = {version = "1.0", features = ["derive"]}
servo_rand = {path = "../rand"}
url = "1.2"
url_serde = {version = "0.2"}
Expand Down

0 comments on commit 05fe8fa

Please sign in to comment.