Skip to content

Commit

Permalink
Revert "Remove broken clap versions from cargotest"
Browse files Browse the repository at this point in the history
This reverts commit eb4d6b5.
  • Loading branch information
Mark-Simulacrum committed Oct 2, 2020
1 parent e846a86 commit 2b214e6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/tools/cargotest/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ const TEST_REPOS: &[Test] = &[
Test {
name: "tokei",
repo: "https://github.com/XAMPPRocky/tokei",
sha: "a950ff128d5a435a8083b1c7577c0431f98360ca",
sha: "5e11c4852fe4aa086b0e4fe5885822fbe57ba928",
lock: None,
packages: &[],
},
Test {
name: "treeify",
repo: "https://github.com/dzamlo/treeify",
sha: "999001b223152441198f117a68fb81f57bc086dd",
lock: None,
packages: &[],
},
Expand Down

0 comments on commit 2b214e6

Please sign in to comment.