From f5a16aa930ba94ba0473969d1aec27bc31c4ef96 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Fri, 1 Mar 2024 17:08:54 +0100 Subject: ci: use pathfinder_simd fork to fix ci build on nightly (this is only a dev-dependency so it failing builds don't affect tinywasm Signed-off-by: Henry Gressmann --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 41b7af0..17d1404 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,5 +39,5 @@ codegen-units=1 debug=true [patch.crates-io] -# https://github.com/servo/pathfinder/pull/548 -pathfinder_simd={git="https://github.com/servo/pathfinder", rev="e4fcda0d5259d0acf902aee6de7d2501f2bd6629"} +# https://github.com/servo/pathfinder/pull/548 & https://github.com/servo/pathfinder/issues/558 +pathfinder_simd={git="https://github.com/explodingcamera/pathfinder", rev="4ada8c2484f6bdd2a57546f055000c2df8e65eab"} -- cgit v1.3.1