]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.lock
Delete ProcessCfgMod
[rust.git] / Cargo.lock
index 83b64a9df1f9c60882734c43b682330c1494ee48..7eb5d4b464c06e18ab4dd5ae126c21b9a58a2b8c 100644 (file)
@@ -603,6 +603,7 @@ dependencies = [
  "serde_derive",
  "serde_json",
  "tempfile",
+ "tester",
  "winapi 0.3.8",
 ]
 
@@ -3865,6 +3866,7 @@ dependencies = [
  "log",
  "rustc",
  "rustc_data_structures",
+ "rustc_macros",
  "rustc_target",
  "smallvec 1.0.0",
  "syntax",
@@ -4563,6 +4565,17 @@ dependencies = [
  "term 0.0.0",
 ]
 
+[[package]]
+name = "tester"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cd0d1044cb5ca390e9c93f8c35abd2c55484397dfd786f189321aa34605ee6ab"
+dependencies = [
+ "getopts",
+ "libc",
+ "term 0.6.0",
+]
+
 [[package]]
 name = "textwrap"
 version = "0.11.0"