Skip to content

Commit

Permalink
cargotest: Add xsv to tested crates
Browse files Browse the repository at this point in the history
This was intended to land in rust-lang#37149 but I ended up backing it out to land the
rollup (rust-lang#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!
  • Loading branch information
alexcrichton committed Dec 30, 2016
1 parent 7f2d2af commit 73b708a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tools/cargotest/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 73b708a

Please sign in to comment.