summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-03-01 17:08:54 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-03-01 17:08:54 +0100
commitf5a16aa930ba94ba0473969d1aec27bc31c4ef96 (patch)
tree18c54c345a722a316a4020d0e208c7c1153f043a /Cargo.toml
parentb07d78e0c9851d1ad71e6586f86157c2ccefcf88 (diff)
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 <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"}