diff options
author | Jonathan Schleußer <paradoxspiral@riseup.net> | 2017-08-30 21:34:23 +0200 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-09-05 09:07:00 -0700 |
commit | a7b50e0eb8b0888baee71e329117d38f10878b01 (patch) | |
tree | ad785690933ae6420e0b1cd16c9252fde145be69 /Cargo.toml | |
parent | a3d35ec1859802a2440d29ac24d87bf347a6144e (diff) | |
download | alacritty-a7b50e0eb8b0888baee71e329117d38f10878b01.tar.gz alacritty-a7b50e0eb8b0888baee71e329117d38f10878b01.zip |
Update notify
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ name = "alacritty" [dependencies] libc = "0.2.30" cgmath = "0.15" -notify = "2.6" +notify = "4" bitflags = "0.9.1" font = { path = "./font" } errno = "0.2.3" |