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 429ea5f5..8b471f37 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] euclid = "0.19.2" libc = "0.2" -foreign-types = "0.4" +foreign-types = "0.3" log = "0.4" [target.'cfg(not(any(target_os = "macos", windows)))'.dependencies] |