diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-11-18 18:51:03 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-11-18 19:15:10 +0100 |
commit | 1ebfbd5160b6a97cc6dd5a439b1762f6f00aa777 (patch) | |
tree | 845182dd4a3a35fd5ae5099b59bef22f9d602254 | |
parent | 49ec49f637d0c5c39227425b2f29b7366dc90939 (diff) | |
download | servo-1ebfbd5160b6a97cc6dd5a439b1762f6f00aa777.tar.gz servo-1ebfbd5160b6a97cc6dd5a439b1762f6f00aa777.zip |
Update harfbuzz-sys
… to pick up https://github.com/servo/rust-harfbuzz/pull/173, which hopefully fixes https://github.com/servo/servo/issues/24611
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index a36afea94e2..3cd5bc056f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2050,9 +2050,9 @@ checksum = "63d68db75012a85555434ee079e7e6337931f87a087ab2988becbadf64673a7f" [[package]] name = "harfbuzz-sys" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1042ab0b3e7bc1ff64f7f5935778b644ff2194a1cae5ec52167127d3fd23961" +checksum = "cf14b85a0c906ef4ef3ff87d0fba25ee45b724404a1a3100dc25eeb4f37ff43b" dependencies = [ "cmake", "core-graphics", |