From 7ed706d09c68469a7540f01efbfa5c4f6e3603b9 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Fri, 28 Jul 2017 14:16:40 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e094c54029b0..9aa6ca54b4a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,4 +35,4 @@ compiletest_rs = "0.2.6" [workspace] members = ["src/librustc_mir"] -exclude = ["xargo"] +exclude = ["xargo", "cargo-miri-test"]