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!
This commit is contained in:
parent
7f2d2afa91
commit
73b708a72f
@ -52,6 +52,12 @@ const TEST_REPOS: &'static [Test] = &[
|
||||
sha: "999001b223152441198f117a68fb81f57bc086dd",
|
||||
lock: None,
|
||||
},
|
||||
Test {
|
||||
name: "xsv",
|
||||
repo: "https://github.com/BurntSushi/xsv",
|
||||
sha: "a9a7163f2a2953cea426fee1216bec914fe2f56a",
|
||||
lock: None,
|
||||
},
|
||||
];
|
||||
|
||||
fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user