Remove rustc-serialize from url

This commit is contained in:
Anthony Ramine 2017-02-24 02:48:42 +01:00
parent 3ad540853c
commit 2efa5092da
2 changed files with 1 additions and 2 deletions

View file

@ -38,7 +38,7 @@ servo_url = {path = "../url"}
threadpool = "1.0"
time = "0.1.17"
unicase = "1.4.0"
url = {version = "1.2", features = ["heap_size", "rustc-serialize"]}
url = {version = "1.2", features = ["heap_size"]}
uuid = {version = "0.4", features = ["v4"]}
websocket = "0.17"