1
Fork 0

Breaking change upgrades

This commit is contained in:
Mark Rousskov 2018-08-04 16:24:39 -06:00
parent 1c2e17f4e3
commit 9ec5ef541a
26 changed files with 99 additions and 49 deletions

View file

@ -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"