diff options
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r-- | font/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index 866b14cf..d847a2f7 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4" [target.'cfg(not(any(target_os = "macos", windows)))'.dependencies] servo-fontconfig = "0.5.0" -freetype-rs = "0.24" +freetype-rs = "0.25" [target.'cfg(target_os = "macos")'.dependencies] core-foundation = "0.6" |