Skip to content

Commit

Permalink
Update xsv to prevent random CI failures
Browse files Browse the repository at this point in the history
This fixes occasional proptest failures due to a bug in xsv, which
aren't related to bugs in the rust compiler.
  • Loading branch information
jyn514 committed Dec 7, 2020
1 parent 2b76c48 commit 0ee3f6d
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 0ee3f6d

Please sign in to comment.