about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-04-25 12:32:24 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-04-25 12:32:24 +0000
commitb56d4ab66b8574e8b583793e536326a40eeab384 (patch)
tree110a2f8bf14d45165b584afc32bca7fddfd86498
parent669b1e367c0ece9c66da02a176a0185f7b458c25 (diff)
downloadrust-b56d4ab66b8574e8b583793e536326a40eeab384.tar.gz
rust-b56d4ab66b8574e8b583793e536326a40eeab384.zip
Update portable-simd test
-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 0ca8eedee33..0c25b4aadfa 100644
--- a/build_system/tests.rs
+++ b/build_system/tests.rs
@@ -108,7 +108,7 @@ pub(crate) static REGEX: CargoProject = CargoProject::new(&REGEX_REPO.source_dir
 pub(crate) static PORTABLE_SIMD_REPO: GitRepo = GitRepo::github(
     "rust-lang",
     "portable-simd",
-    "e6bbf49ba91d1ad058c7184cfc34b1c2ca6ef64d",
+    "ad8afa8c81273b3b49acbea38cd3bcf17a34cf2b",
     "portable-simd",
 );