Skip to content

Commit

Permalink
Rollup merge of rust-lang#48957 - Eijebong:rand, r=michaelwoerister
Browse files Browse the repository at this point in the history
Dedupe rand
  • Loading branch information
kennytm authored Mar 15, 2018
2 parents e1d19df + a67e072 commit 35b008c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 29 deletions.
43 changes: 16 additions & 27 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/librustc_back/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["dylib"]
syntax = { path = "../libsyntax" }
serialize = { path = "../libserialize" }
log = "0.4"
rand = "0.3"
rand = "0.4"

[features]
jemalloc = []
2 changes: 1 addition & 1 deletion src/librustc_incremental/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 35b008c

Please sign in to comment.