Skip to content

Commit 2b214e6

Browse files
Revert "Remove broken clap versions from cargotest"
This reverts commit eb4d6b5.
1 parent e846a86 commit 2b214e6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/tools/cargotest/main.rs

+8-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@ const TEST_REPOS: &[Test] = &[
2929
Test {
3030
name: "tokei",
3131
repo: "https://github.com/XAMPPRocky/tokei",
32-
sha: "a950ff128d5a435a8083b1c7577c0431f98360ca",
32+
sha: "5e11c4852fe4aa086b0e4fe5885822fbe57ba928",
33+
lock: None,
34+
packages: &[],
35+
},
36+
Test {
37+
name: "treeify",
38+
repo: "https://github.com/dzamlo/treeify",
39+
sha: "999001b223152441198f117a68fb81f57bc086dd",
3340
lock: None,
3441
packages: &[],
3542
},

0 commit comments

Comments
 (0)