diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-12-09 23:28:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-09 23:28:29 +0000 |
commit | 7ab0b448479c9705fa14003bda97040630710b7a (patch) | |
tree | 000c51e160ffd0f9a69f4d0060b11e22eaa225c1 /Cargo.toml | |
parent | 1cebcd660bf0b6dc514341fe6bc7a392b1572849 (diff) | |
download | alacritty-7ab0b448479c9705fa14003bda97040630710b7a.tar.gz alacritty-7ab0b448479c9705fa14003bda97040630710b7a.zip |
Bump version to 0.2.4v0.2.4
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.2.3" +version = "0.2.4" authors = ["Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" build = "build.rs" @@ -27,7 +27,7 @@ notify = "4" bitflags = "1" font = { path = "./font" } errno = "0.2" -parking_lot = "0.6" +parking_lot = "0.7" serde = "1" serde_derive = "1" serde_json = "1" |