diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2016-04-07 13:09:00 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2016-04-07 13:09:00 -0400 |
| commit | 9eaae920117594f5bddab1f46f406e5402e8cc8a (patch) | |
| tree | 62c6b7961caa64251f25df46e9c322b5b72a0feb | |
| parent | 29ad9a2d578eb53e1f1ed8a54913bc45719762ce (diff) | |
| download | rust-9eaae920117594f5bddab1f46f406e5402e8cc8a.tar.gz rust-9eaae920117594f5bddab1f46f406e5402e8cc8a.zip | |
argh, overlooked two extern crates
| -rw-r--r-- | src/librustc_incremental/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librustc_incremental/Cargo.toml b/src/librustc_incremental/Cargo.toml index 6f807cc6f9a..927e4126472 100644 --- a/src/librustc_incremental/Cargo.toml +++ b/src/librustc_incremental/Cargo.toml @@ -14,3 +14,5 @@ rbml = { path = "../librbml" } rustc = { path = "../librustc" } rustc_data_structures = { path = "../librustc_data_structures" } serialize = { path = "../libserialize" } +log = { path = "../liblog" } +syntax = { path = "../libsyntax" } |
