Auto merge of #25863 - servo:synup, r=jdm

Remove syn 0.15 from our crate graph
This commit is contained in:
bors-servo 2020-03-05 10:03:48 -05:00 committed by GitHub
commit 813be91926
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
61 changed files with 219 additions and 187 deletions

View file

@ -18,7 +18,7 @@ lazy_static = "1"
log = "0.4"
msg = {path = "../msg"}
num-traits = "0.2"
num-derive = "0.2"
num-derive = "0.3"
serde = "1.0"
servo_url = {path = "../url"}
webrender_api = {git = "https://github.com/servo/webrender"}