about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-03-21 14:52:03 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-03-21 14:52:03 +0000
commitae0a22cb89e83a88f5f7d1ffd3ef877303ae7f82 (patch)
tree4c023db72794a664b56b025c3ed4bebfc074b303
parent76a1cfb0e6de9ed52fbab53fcfdd669f4a680d8b (diff)
downloadrust-ae0a22cb89e83a88f5f7d1ffd3ef877303ae7f82.tar.gz
rust-ae0a22cb89e83a88f5f7d1ffd3ef877303ae7f82.zip
Update regex to fix FreeBSD tests
Fixes #1360
-rw-r--r--build_system/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_system/tests.rs b/build_system/tests.rs
index 261948a6971..fcc49758b83 100644
--- a/build_system/tests.rs
+++ b/build_system/tests.rs
@@ -102,7 +102,7 @@ pub(crate) static RAND_REPO: GitRepo =
 pub(crate) static RAND: CargoProject = CargoProject::new(&RAND_REPO.source_dir(), "rand");
 
 pub(crate) static REGEX_REPO: GitRepo =
-    GitRepo::github("rust-lang", "regex", "a9b2e02352db92ce1f6e5b7ecd41b8bbffbe161a", "regex");
+    GitRepo::github("rust-lang", "regex", "32fed9429eafba0ae92a64b01796a0c5a75b88c8", "regex");
 
 pub(crate) static REGEX: CargoProject = CargoProject::new(&REGEX_REPO.source_dir(), "regex");