From 6cf5448611bdf5956127f1fe6840891c50a6f3ae Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Tue, 13 Feb 2024 01:18:18 +0100 Subject: fix: broken dependency on latest nightly Signed-off-by: Henry Gressmann --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bbe7e57..7e85d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,3 +36,7 @@ opt-level=3 lto="thin" 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"} -- cgit v1.3.1