diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-03-01 17:08:54 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-03-01 17:08:54 +0100 |
| commit | f5a16aa930ba94ba0473969d1aec27bc31c4ef96 (patch) | |
| tree | 18c54c345a722a316a4020d0e208c7c1153f043a /Cargo.toml | |
| parent | b07d78e0c9851d1ad71e6586f86157c2ccefcf88 (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.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"} |
