We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e846a86 commit 2b214e6Copy full SHA for 2b214e6
src/tools/cargotest/main.rs
@@ -29,7 +29,14 @@ const TEST_REPOS: &[Test] = &[
29
Test {
30
name: "tokei",
31
repo: "https://github.com/XAMPPRocky/tokei",
32
- sha: "a950ff128d5a435a8083b1c7577c0431f98360ca",
+ sha: "5e11c4852fe4aa086b0e4fe5885822fbe57ba928",
33
+ lock: None,
34
+ packages: &[],
35
+ },
36
+ Test {
37
+ name: "treeify",
38
+ repo: "https://github.com/dzamlo/treeify",
39
+ sha: "999001b223152441198f117a68fb81f57bc086dd",
40
lock: None,
41
packages: &[],
42
},
0 commit comments