Skip to content

Commit

Permalink
Update regex to fix FreeBSD tests
Browse files Browse the repository at this point in the history
Fixes #1360
  • Loading branch information
bjorn3 committed Mar 21, 2023
1 parent 76a1cfb commit ae0a22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_system/tests.rs
Expand Up @@ -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");

Expand Down

0 comments on commit ae0a22c

Please sign in to comment.