From b56d4ab66b8574e8b583793e536326a40eeab384 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Tue, 25 Apr 2023 12:32:24 +0000 Subject: [PATCH] Update portable-simd test --- build_system/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_system/tests.rs b/build_system/tests.rs index 0ca8eedee33..0c25b4aadfa 100644 --- a/build_system/tests.rs +++ b/build_system/tests.rs @@ -108,7 +108,7 @@ pub(crate) static REGEX: CargoProject = CargoProject::new(®EX_REPO.source_dir pub(crate) static PORTABLE_SIMD_REPO: GitRepo = GitRepo::github( "rust-lang", "portable-simd", - "e6bbf49ba91d1ad058c7184cfc34b1c2ca6ef64d", + "ad8afa8c81273b3b49acbea38cd3bcf17a34cf2b", "portable-simd", );