]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Fix breaking changes from introducing AnonConst
[rust.git] / Cargo.toml
index 1cf1ec4cec32896c399b19a3939fa60128b1cf30..8848ae0ef288b36024d48dd44ff83620381582b2 100644 (file)
@@ -32,6 +32,7 @@ cargo-fmt = []
 rustfmt-format-diff = []
 
 [dependencies]
+isatty = "0.1"
 itertools = "0.7"
 toml = "0.4"
 serde = "1.0"
@@ -46,16 +47,10 @@ env_logger = "0.5"
 getopts = "0.2"
 derive-new = "0.5"
 cargo_metadata = "0.5.1"
-rustc-ap-rustc_target = "128.0.0"
-rustc-ap-syntax = "128.0.0"
+rustc-ap-rustc_target = "138.0.0"
+rustc-ap-syntax = "138.0.0"
 failure = "0.1.1"
 
 [dev-dependencies]
 assert_cli = "0.6"
 lazy_static = "1.0.0"
-
-[target.'cfg(unix)'.dependencies]
-libc = "0.2.11"
-
-[target.'cfg(windows)'.dependencies]
-winapi = { version = "0.3" }