diff options
author | Joe Wilm <joe@jwilm.com> | 2017-05-25 10:57:42 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-05-25 10:57:42 -0700 |
commit | f051e686da2a14e3b8140f6a9ad24dac3b95e880 (patch) | |
tree | 8a4aa1f30b541daede59454c715554fdf74255eb /font | |
parent | 5977776874d16febbf26d73e833b4e4d104aa359 (diff) | |
download | alacritty-f051e686da2a14e3b8140f6a9ad24dac3b95e880.tar.gz alacritty-f051e686da2a14e3b8140f6a9ad24dac3b95e880.zip |
Update dependencies
Diffstat (limited to 'font')
-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 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" |