Remove explicit dependencies on serde_derive

This commit is contained in:
Simon Sapin 2017-06-16 13:58:21 +02:00
parent 76d8573393
commit 605ef8b7ec
42 changed files with 27 additions and 96 deletions

View file

@ -18,6 +18,5 @@ hyper_serde = "0.7"
ipc-channel = "0.8"
msg = {path = "../msg"}
serde = "1.0"
serde_derive = "1.0"
servo_url = {path = "../url"}
time = "0.1"