From 73b708a72fdf1b3beeab42cc66d6fa891b8c5f24 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 30 Dec 2016 09:56:43 -0800 Subject: [PATCH] cargotest: Add xsv to tested crates This was intended to land in #37149 but I ended up backing it out to land the rollup (#38697) last night as I was itching to do so. This morning though xsv has been fixed now (BurntSushi/xsv#53) so we should be able to add it! --- src/tools/cargotest/main.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index b4f4d17990536..8a891d624f402 100644 --- a/src/tools/cargotest/main.rs +++ b/src/tools/cargotest/main.rs @@ -52,6 +52,12 @@ const TEST_REPOS: &'static [Test] = &[ sha: "999001b223152441198f117a68fb81f57bc086dd", lock: None, }, + Test { + name: "xsv", + repo: "https://github.com/BurntSushi/xsv", + sha: "a9a7163f2a2953cea426fee1216bec914fe2f56a", + lock: None, + }, ]; fn main() {