diff options
author | Xidorn Quan <me@upsuper.org> | 2017-04-07 17:50:16 +1000 |
---|---|---|
committer | Xidorn Quan <me@upsuper.org> | 2017-04-07 17:51:49 +1000 |
commit | 817172ebc4e656df804648c5657a4e391cb7b8ec (patch) | |
tree | 486f343e5e8028a3d67f00d9d8c65435827a479c /components/script/Cargo.toml | |
parent | e07cf0a8dad05a1db1ebe48df2bab53d4f7af939 (diff) | |
download | servo-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.toml | 2 |
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"} |