servo: Merge #13906 - Update fontsan (from mmatyas:update_fontsan); r=nox

<!-- Please describe your changes on the following line: -->
Update fontsan to pick up servo/fontsan#20.

(This is a fix for servo/servo#13154)

Source-Repo: https://github.com/servo/servo
Source-Revision: ca9d24d87e82ee05c2edf848205dcf94a04096f0
This commit is contained in:
Mátyás Mustoha 2016-10-24 09:11:18 -05:00
Родитель cdfc2afd44
Коммит c1c4604a72
2 изменённых файлов: 2 добавлений и 2 удалений

2
servo/components/servo/Cargo.lock сгенерированный
Просмотреть файл

@ -709,7 +709,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fontsan"
version = "0.3.2"
source = "git+https://github.com/servo/fontsan#5519a0599d7f80f0f4781e562a37878b45f72e04"
source = "git+https://github.com/servo/fontsan#ab68da1723827d6302653ccb76c1d215d36b7d4c"
dependencies = [
"cmake 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",

2
servo/ports/cef/Cargo.lock сгенерированный
Просмотреть файл

@ -625,7 +625,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fontsan"
version = "0.3.2"
source = "git+https://github.com/servo/fontsan#5519a0599d7f80f0f4781e562a37878b45f72e04"
source = "git+https://github.com/servo/fontsan#ab68da1723827d6302653ccb76c1d215d36b7d4c"
dependencies = [
"cmake 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",