Skip to content

Commit ca0cc27

Browse files
committed
Auto merge of #38709 - alexcrichton:check-xsv, r=nikomatsakis
cargotest: Add xsv to tested crates This was intended to land in #37149 but I ended up backing it out to land the rollup (#38697) last night as I was itching to do so. This morning though xsv has been fixed now (BurntSushi/xsv#53) so we should be able to add it!
2 parents 9a07f3e + 73b708a commit ca0cc27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tools/cargotest/main.rs

+6
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ const TEST_REPOS: &'static [Test] = &[
5252
sha: "999001b223152441198f117a68fb81f57bc086dd",
5353
lock: None,
5454
},
55+
Test {
56+
name: "xsv",
57+
repo: "https://github.com/BurntSushi/xsv",
58+
sha: "a9a7163f2a2953cea426fee1216bec914fe2f56a",
59+
lock: None,
60+
},
5561
];
5662

5763
fn main() {

0 commit comments

Comments
 (0)