mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove servo feature from servo_url
This commit is contained in:
parent
e07cf0a8da
commit
817172ebc4
11 changed files with 25 additions and 37 deletions
|
@ -23,7 +23,7 @@ regex = "0.2"
|
|||
rustc-serialize = "0.3.4"
|
||||
script_traits = {path = "../script_traits"}
|
||||
servo_config = {path = "../config"}
|
||||
servo_url = {path = "../url", features = ["servo"]}
|
||||
servo_url = {path = "../url"}
|
||||
url = {version = "1.2", features = ["heap_size"]}
|
||||
uuid = {version = "0.4", features = ["v4"]}
|
||||
webdriver = "0.22"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue