try to fix build in rustc repo

This commit is contained in:
Matthias Krüger 2019-08-19 06:10:00 +02:00
parent f01a0c0e08
commit 88f417e446
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ serde = { version = "1.0", features = ["derive"] }
toml = "0.5.3"
unicode-normalization = "0.1"
pulldown-cmark = "0.5.3"
url = "2.1.0"
url = { version = "2.1.0", features = ["serde"] } # cargo requires serde feat in its url dep
# see https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864
if_chain = "1.0.0"
smallvec = { version = "0.6.5", features = ["union"] }