summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-12-09 23:28:29 +0000
committerGitHub <noreply@github.com>2018-12-09 23:28:29 +0000
commit7ab0b448479c9705fa14003bda97040630710b7a (patch)
tree000c51e160ffd0f9a69f4d0060b11e22eaa225c1 /Cargo.toml
parent1cebcd660bf0b6dc514341fe6bc7a392b1572849 (diff)
downloadalacritty-7ab0b448479c9705fa14003bda97040630710b7a.tar.gz
alacritty-7ab0b448479c9705fa14003bda97040630710b7a.zip
Bump version to 0.2.4v0.2.4
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 65293281..6361c287 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"