diff options
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" |