From bea5ed6fd8fa0a8435fa4a8d3c4984c06d03aae2 Mon Sep 17 00:00:00 2001 From: kennytm Date: Thu, 26 Oct 2017 21:50:45 +0800 Subject: [PATCH] cargotest: Update xsv. This fixes a flaky test which caused spurious failures in #45348 and #45380 --- src/tools/cargotest/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index 00276ee34d4d8..4f4960efc9b2c 100644 --- a/src/tools/cargotest/main.rs +++ b/src/tools/cargotest/main.rs @@ -54,7 +54,7 @@ const TEST_REPOS: &'static [Test] = &[ Test { name: "xsv", repo: "https://github.com/BurntSushi/xsv", - sha: "4b308adbe48ac81657fd124b90b44f7c3263f771", + sha: "66956b6bfd62d6ac767a6b6499c982eae20a2c9f", lock: None, packages: &[], },