summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-01-09 22:51:04 +0000
committerGitHub <noreply@github.com>2019-01-09 22:51:04 +0000
commit5d3cbe51bc05226467e648f88e46012ca94316d4 (patch)
tree194dcbc08bee3d2d852e1b7848a6bbcf6ca83dc6 /Cargo.toml
parent8570ee004be5fb9d82e7d496662215c9b75c6334 (diff)
downloadalacritty-5d3cbe51bc05226467e648f88e46012ca94316d4.tar.gz
alacritty-5d3cbe51bc05226467e648f88e46012ca94316d4.zip
Fix CPU load when moving windows between monitors
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e1b63827..b7010c07 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -83,7 +83,7 @@ gl_generator = "0.10.0"
embed-resource = "1.1.4"
tempfile = "3.0.4"
reqwest = "0.9"
-zip = "0.4"
+zip = "0.5"
[profile.release]
lto = true