diff options
| author | David Tolnay <dtolnay@gmail.com> | 2022-03-26 21:55:16 -0700 |
|---|---|---|
| committer | David Tolnay <dtolnay@gmail.com> | 2022-03-26 21:55:19 -0700 |
| commit | 1431c76c560a54f9027fa75d0d04c81c72a17453 (patch) | |
| tree | bde66207b1cd9d7175f1bd69d660aba57487adac /src | |
| parent | 06c3c62a527ee33b8a5579825e80b768f61d9ef2 (diff) | |
| download | rust-1431c76c560a54f9027fa75d0d04c81c72a17453.tar.gz rust-1431c76c560a54f9027fa75d0d04c81c72a17453.zip | |
Bump the ripgrep commit exercised by cargotest
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/cargotest/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index 5c33925a9ec..908cfc15c0d 100644 --- a/src/tools/cargotest/main.rs +++ b/src/tools/cargotest/main.rs @@ -26,7 +26,7 @@ const TEST_REPOS: &[Test] = &[ Test { name: "ripgrep", repo: "https://github.com/BurntSushi/ripgrep", - sha: "3de31f752729525d85a3d1575ac1978733b3f7e7", + sha: "ced5b92aa93eb47e892bd2fd26ab454008721730", lock: None, packages: &[], features: None, |
