Skip to content

Commit 5b1268d

Browse files
committed
Update portable-simd
This avoids building wasm-bindgen-test on non-wasm targets, reducing test time.
1 parent 32f59ba commit 5b1268d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_system/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pub(crate) static REGEX: CargoProject = CargoProject::new(&REGEX_REPO.source_dir
109109
pub(crate) static PORTABLE_SIMD_REPO: GitRepo = GitRepo::github(
110110
"rust-lang",
111111
"portable-simd",
112-
"9bd30e77b3a3c699af102ebb3df0f6110f8aa02e",
112+
"e6bbf49ba91d1ad058c7184cfc34b1c2ca6ef64d",
113113
"portable-simd",
114114
);
115115

0 commit comments

Comments
 (0)