]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_incremental/Cargo.toml
Move cgu_reuse_tracker to librustc_session
[rust.git] / src / librustc_incremental / Cargo.toml
index a931ad3b66e21949228c27a2fd89a28a02a6bd9d..8dac7263f4d2c1c2a8f7cb7d690d5773886915b5 100644 (file)
@@ -12,10 +12,11 @@ doctest = false
 [dependencies]
 graphviz = { path = "../libgraphviz" }
 log = "0.4"
-rand = "0.6"
+rand = "0.7"
 rustc = { path = "../librustc" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_serialize = { path = "../libserialize", package = "serialize" }
 syntax = { path = "../libsyntax" }
 syntax_pos = { path = "../libsyntax_pos" }
 rustc_fs_util = { path = "../librustc_fs_util" }
+rustc_session = { path = "../librustc_session" }