diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2018-08-04 16:24:39 -0600 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2018-09-04 13:22:08 -0600 |
| commit | 9ec5ef541ad17986bfe6ae067a84ea8f7b7ae133 (patch) | |
| tree | b66ab3ff4520b7abc1ea542ab3447c6d15e9047d /src/librustc_errors | |
| parent | 1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 (diff) | |
| download | rust-9ec5ef541ad17986bfe6ae067a84ea8f7b7ae133.tar.gz rust-9ec5ef541ad17986bfe6ae067a84ea8f7b7ae133.zip | |
Breaking change upgrades
Diffstat (limited to 'src/librustc_errors')
| -rw-r--r-- | src/librustc_errors/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/librustc_errors/Cargo.toml b/src/librustc_errors/Cargo.toml index e412d1749d1..101ca0650c8 100644 --- a/src/librustc_errors/Cargo.toml +++ b/src/librustc_errors/Cargo.toml @@ -12,6 +12,7 @@ crate-type = ["dylib"] serialize = { path = "../libserialize" } syntax_pos = { path = "../libsyntax_pos" } rustc_data_structures = { path = "../librustc_data_structures" } +rustc_cratesio_shim = { path = "../librustc_cratesio_shim" } unicode-width = "0.1.4" atty = "0.2" -termcolor = "0.3" +termcolor = "1.0" |
