diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-02-13 01:18:18 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-02-13 01:18:18 +0100 |
| commit | 6cf5448611bdf5956127f1fe6840891c50a6f3ae (patch) | |
| tree | ce332c2230e3c0b277dcca2d2e348fdd04ef2e95 /Cargo.toml | |
| parent | 3d1a621dc52727629a798249c27beba2466719ea (diff) | |
fix: broken dependency on latest nightly
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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"} |
