mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-23 20:34:06 +00:00
try to fix build in rustc repo
This commit is contained in:
parent
f01a0c0e08
commit
88f417e446
@ -28,7 +28,8 @@ serde = { version = "1.0", features = ["derive"] }
|
|||||||
toml = "0.5.3"
|
toml = "0.5.3"
|
||||||
unicode-normalization = "0.1"
|
unicode-normalization = "0.1"
|
||||||
pulldown-cmark = "0.5.3"
|
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"
|
if_chain = "1.0.0"
|
||||||
smallvec = { version = "0.6.5", features = ["union"] }
|
smallvec = { version = "0.6.5", features = ["union"] }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user