We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f881b3 commit 3009c52Copy full SHA for 3009c52
src/tools/cargotest/main.rs
@@ -22,14 +22,14 @@ const TEST_REPOS: &[Test] = &[
22
Test {
23
name: "ripgrep",
24
repo: "https://github.com/BurntSushi/ripgrep",
25
- sha: "ad9befbc1d3b5c695e7f6b6734ee1b8e683edd41",
+ sha: "3de31f752729525d85a3d1575ac1978733b3f7e7",
26
lock: None,
27
packages: &[],
28
},
29
30
name: "tokei",
31
repo: "https://github.com/XAMPPRocky/tokei",
32
- sha: "a950ff128d5a435a8083b1c7577c0431f98360ca",
+ sha: "fdf3f8cb279a7aeac0696c87e5d8b0cd946e4f9e",
33
34
35
0 commit comments