Skip to content

Commit 0ee3f6d

Browse files
committed
Update xsv to prevent random CI failures
This fixes occasional proptest failures due to a bug in xsv, which aren't related to bugs in the rust compiler.
1 parent 2b76c48 commit 0ee3f6d

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
@@ -36,7 +36,7 @@ const TEST_REPOS: &[Test] = &[
3636
Test {
3737
name: "xsv",
3838
repo: "https://github.com/BurntSushi/xsv",
39-
sha: "66956b6bfd62d6ac767a6b6499c982eae20a2c9f",
39+
sha: "3de6c04269a7d315f7e9864b9013451cd9580a08",
4040
lock: None,
4141
packages: &[],
4242
},

0 commit comments

Comments
 (0)