diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-08-01 15:32:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-01 15:32:06 +0000 |
commit | 259e7c7a09f343b28ad34254f3880e9c4cf5c5ec (patch) | |
tree | 08a4dbaf63116d6e9eaeb6fb310f0f2a974f29dd /alacritty | |
parent | 3c309a0953566fe6f726b84eb117fd9cfa42df3d (diff) | |
download | r-alacritty-259e7c7a09f343b28ad34254f3880e9c4cf5c5ec.tar.gz r-alacritty-259e7c7a09f343b28ad34254f3880e9c4cf5c5ec.tar.bz2 r-alacritty-259e7c7a09f343b28ad34254f3880e9c4cf5c5ec.zip |
Update crossfont to 0.3.1
Diffstat (limited to 'alacritty')
-rw-r--r-- | alacritty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index d78bc516..6984728a 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -28,7 +28,7 @@ serde_json = "1" glutin = { version = "0.26.0", default-features = false, features = ["serde"] } notify = "4" parking_lot = "0.11.0" -crossfont = { version = "0.3.0", features = ["force_system_fontconfig"] } +crossfont = { version = "0.3.1", features = ["force_system_fontconfig"] } copypasta = { version = "0.7.0", default-features = false } libc = "0.2" unicode-width = "0.1" |