aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/Cargo.toml
diff options
context:
space:
mode:
authorXidorn Quan <me@upsuper.org>2017-04-07 17:50:16 +1000
committerXidorn Quan <me@upsuper.org>2017-04-07 17:51:49 +1000
commit817172ebc4e656df804648c5657a4e391cb7b8ec (patch)
tree486f343e5e8028a3d67f00d9d8c65435827a479c /components/script/Cargo.toml
parente07cf0a8dad05a1db1ebe48df2bab53d4f7af939 (diff)
downloadservo-817172ebc4e656df804648c5657a4e391cb7b8ec.tar.gz
servo-817172ebc4e656df804648c5657a4e391cb7b8ec.zip
Remove servo feature from servo_url
Diffstat (limited to 'components/script/Cargo.toml')
-rw-r--r--components/script/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 5c9863f8aef..a1c963b1d64 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -80,7 +80,7 @@ servo_atoms = {path = "../atoms"}
servo_config = {path = "../config"}
servo_geometry = {path = "../geometry" }
servo_rand = {path = "../rand"}
-servo_url = {path = "../url", features = ["servo"]}
+servo_url = {path = "../url"}
smallvec = "0.3"
style = {path = "../style"}
style_traits = {path = "../style_traits"}