Skip to content

Commit ae0a22c

Browse files
committed
Update regex to fix FreeBSD tests
Fixes rust-lang#1360
1 parent 76a1cfb commit ae0a22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_system/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub(crate) static RAND_REPO: GitRepo =
102102
pub(crate) static RAND: CargoProject = CargoProject::new(&RAND_REPO.source_dir(), "rand");
103103

104104
pub(crate) static REGEX_REPO: GitRepo =
105-
GitRepo::github("rust-lang", "regex", "a9b2e02352db92ce1f6e5b7ecd41b8bbffbe161a", "regex");
105+
GitRepo::github("rust-lang", "regex", "32fed9429eafba0ae92a64b01796a0c5a75b88c8", "regex");
106106

107107
pub(crate) static REGEX: CargoProject = CargoProject::new(&REGEX_REPO.source_dir(), "regex");
108108

0 commit comments

Comments
 (0)