From db8acfa9ff7eedae7c9693ea47f9552d3d06dacd Mon Sep 17 00:00:00 2001 From: June <61218022+itsjunetime@users.noreply.github.com> Date: Fri, 20 Jun 2025 17:13:37 -0600 Subject: [PATCH] Update pathfinder_simd for nightly arm simd fixes (#33131) `pathfinder_simd` doesn't compile on nightly aarch64 right now, but that was fixed by https://github.com/servo/pathfinder/pull/575 and updated on crates.io by https://github.com/servo/pathfinder/pull/577. This PR simply updates the `pathfinder_simd` dependency to the version that contains these fixes. I verified that this compiles with nightly on my machine. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed8da2ada0..28e46d730a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11191,9 +11191,9 @@ dependencies = [ [[package]] name = "pathfinder_simd" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2" +checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57" dependencies = [ "rustc_version", ]