summaryrefslogtreecommitdiffstats
path: root/font
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-05-25 10:57:42 -0700
committerJoe Wilm <joe@jwilm.com>2017-05-25 10:57:42 -0700
commitf051e686da2a14e3b8140f6a9ad24dac3b95e880 (patch)
tree8a4aa1f30b541daede59454c715554fdf74255eb /font
parent5977776874d16febbf26d73e833b4e4d104aa359 (diff)
Update dependencies
Diffstat (limited to 'font')
-rw-r--r--font/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml
index 3ab2749e..286a3430 100644
--- a/font/Cargo.toml
+++ b/font/Cargo.toml
@@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
euclid = "0.6.8"
-libc = "0.2.11"
+libc = "0.2"
ffi-util = { path = "../ffi-util" }
log = "0.3"