diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-01-19 16:00:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-19 16:00:09 +0000 |
commit | 693edaab3f0ea7e251e07075e9cc8cd61bbed802 (patch) | |
tree | 5555dcdd02e46844d170690d668d78a28aa86597 /Cargo.toml | |
parent | 09003f6c30c37cbebc39cc64b8246dfa720ea012 (diff) | |
download | alacritty-693edaab3f0ea7e251e07075e9cc8cd61bbed802.tar.gz alacritty-693edaab3f0ea7e251e07075e9cc8cd61bbed802.zip |
Bump version to 0.2.6v0.2.6
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.2.5" +version = "0.2.6" authors = ["Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" build = "build.rs" @@ -23,7 +23,7 @@ name = "alacritty" [dependencies] libc = "0.2" -cgmath = "0.16" +cgmath = "0.17" notify = "4" bitflags = "1" font = { path = "./font" } @@ -46,7 +46,6 @@ arraydeque = "0.4" glutin = { version = "0.19", features = ["icon_loading"] } env_logger = "0.6.0" base64 = "0.10.0" -image = "0.20.1" static_assertions = "0.3.0" terminfo = "0.6.1" url = "1.7.1" @@ -64,6 +63,7 @@ dunce = "0.1" dirs = "1.0" widestring = "0.4" mio-anonymous-pipes = "0.1" +image = "0.20.0" [target.'cfg(target_os = "macos")'.dependencies] objc = "0.2.2" |