Skip to content

Commit a67e072

Browse files
committed
Dedupe rand
1 parent 883e746 commit a67e072

File tree

3 files changed

+18
-29
lines changed

3 files changed

+18
-29
lines changed

src/Cargo.lock

+16-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/librustc_back/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["dylib"]
1212
syntax = { path = "../libsyntax" }
1313
serialize = { path = "../libserialize" }
1414
log = "0.4"
15-
rand = "0.3"
15+
rand = "0.4"
1616

1717
[features]
1818
jemalloc = []

src/librustc_incremental/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["dylib"]
1111
[dependencies]
1212
graphviz = { path = "../libgraphviz" }
1313
log = "0.4"
14-
rand = "0.3"
14+
rand = "0.4"
1515
rustc = { path = "../librustc" }
1616
rustc_data_structures = { path = "../librustc_data_structures" }
1717
serialize = { path = "../libserialize" }

0 commit comments

Comments
 (0)