Skip to content

Commit

Permalink
Rollup merge of #79803 - jyn514:xsv, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
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 #79751 (comment) for context.
  • Loading branch information
tmandry committed Dec 9, 2020
2 parents 26e4cf0 + 0ee3f6d commit 0994f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargotest/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const TEST_REPOS: &[Test] = &[
Test {
name: "xsv",
repo: "https://github.com/BurntSushi/xsv",
sha: "66956b6bfd62d6ac767a6b6499c982eae20a2c9f",
sha: "3de6c04269a7d315f7e9864b9013451cd9580a08",
lock: None,
packages: &[],
},
Expand Down

0 comments on commit 0994f35

Please sign in to comment.