Skip to content

Commit 3009c52

Browse files
committed
update tokei and ripgrep in cargotest
1 parent 6f881b3 commit 3009c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/cargotest/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ const TEST_REPOS: &[Test] = &[
2222
Test {
2323
name: "ripgrep",
2424
repo: "https://github.com/BurntSushi/ripgrep",
25-
sha: "ad9befbc1d3b5c695e7f6b6734ee1b8e683edd41",
25+
sha: "3de31f752729525d85a3d1575ac1978733b3f7e7",
2626
lock: None,
2727
packages: &[],
2828
},
2929
Test {
3030
name: "tokei",
3131
repo: "https://github.com/XAMPPRocky/tokei",
32-
sha: "a950ff128d5a435a8083b1c7577c0431f98360ca",
32+
sha: "fdf3f8cb279a7aeac0696c87e5d8b0cd946e4f9e",
3333
lock: None,
3434
packages: &[],
3535
},

0 commit comments

Comments
 (0)