Skip to content

Commit bea5ed6

Browse files
committed
cargotest: Update xsv.
This fixes a flaky test which caused spurious failures in rust-lang#45348 and rust-lang#45380
1 parent e0febe7 commit bea5ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/cargotest/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const TEST_REPOS: &'static [Test] = &[
5454
Test {
5555
name: "xsv",
5656
repo: "https://github.com/BurntSushi/xsv",
57-
sha: "4b308adbe48ac81657fd124b90b44f7c3263f771",
57+
sha: "66956b6bfd62d6ac767a6b6499c982eae20a2c9f",
5858
lock: None,
5959
packages: &[],
6060
},

0 commit comments

Comments
 (0)