Dedupe rand

This commit is contained in:
Bastien Orivel 2018-03-12 20:23:23 +01:00
parent 883e74645d
commit a67e0723a3
3 changed files with 18 additions and 29 deletions

View file

@ -11,7 +11,7 @@ crate-type = ["dylib"]
[dependencies]
graphviz = { path = "../libgraphviz" }
log = "0.4"
rand = "0.3"
rand = "0.4"
rustc = { path = "../librustc" }
rustc_data_structures = { path = "../librustc_data_structures" }
serialize = { path = "../libserialize" }