diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2019-08-18 04:46:29 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-08-18 02:46:29 +0000 |
commit | a8692983f522e9bd37911d14dc441391a7ee2f50 (patch) | |
tree | df0f987564c5a4b58933acdb5e4928990a478b8a /font/Cargo.toml | |
parent | d9d698614ce828ba96ae101f280b37c5c80f607b (diff) | |
download | alacritty-a8692983f522e9bd37911d14dc441391a7ee2f50.tar.gz alacritty-a8692983f522e9bd37911d14dc441391a7ee2f50.zip |
Update depedencies
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 2159f7d6..a8460585 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -6,7 +6,7 @@ description = "Font rendering using the best available solution per platform" license = "Apache-2.0" [dependencies] -euclid = "0.19.2" +euclid = "0.20" libc = "0.2" foreign-types = "0.4" log = "0.4" |