Skip to content

Commit eb4d6b5

Browse files
committed
Remove broken clap versions from cargotest
treeify depends on an outdated version of clap, which will fail to compile when we promote missing_fragment_specifier future compat lint to error (ie, old clap contains code that shouldn't have compiled in the first place). Additionally, this crate seem tiny relative to other crates we are testing here, so it seems like it doesn't provide that much additional confidence. The same happens with tokei project, but it is an actively maintained one, so we can just upgrade it to a version from 2018, where clap was upgraded.
1 parent 5ba9610 commit eb4d6b5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/tools/cargotest/main.rs

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

0 commit comments

Comments
 (0)