From 43064b005d06c5db9426a6d479e9f9124122b483 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:39:38 +0000 Subject: [PATCH] Update portable-simd --- build_system/tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_system/tests.rs b/build_system/tests.rs index 08d8f708c7d..5a255f8cf96 100644 --- a/build_system/tests.rs +++ b/build_system/tests.rs @@ -119,8 +119,8 @@ pub(crate) static REGEX: CargoProject = CargoProject::new(®EX_REPO.source_dir pub(crate) static PORTABLE_SIMD_REPO: GitRepo = GitRepo::github( "rust-lang", "portable-simd", - "ad8afa8c81273b3b49acbea38cd3bcf17a34cf2b", - "800548f8000e31bd", + "73d7eb5f73ba6abd3328c9c49c524d5f945498e0", + "94498c03fa13ef6c", "portable-simd", );