Skip to content

Commit 0994f35

Browse files
authored
Rollup merge of rust-lang#79803 - jyn514:xsv, r=Mark-Simulacrum
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. See rust-lang#79751 (comment) for context.
2 parents 26e4cf0 + 0ee3f6d commit 0994f35

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)