aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChet Gurevitch <chetgurevitch@protonmail.com>2017-10-03 17:51:14 -0700
committerJoe Wilm <jwilm@users.noreply.github.com>2017-12-23 21:39:09 -0800
commitae533e660f649413af15c2a826497de423a5211b (patch)
treeee86b019b12d6066ff5df6f10f9c9f42fa26f634 /Cargo.toml
parent1117bb5fda288c8023419ceeaddc15c04c74e798 (diff)
downloadalacritty-ae533e660f649413af15c2a826497de423a5211b.tar.gz
alacritty-ae533e660f649413af15c2a826497de423a5211b.zip
Update glutin to v0.10
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 a431490c..8e9c5939 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ clap = "2"
fnv = "1"
unicode-width = "0.1"
arraydeque = "0.2"
-glutin = "0.9"
+glutin = "0.10"
clippy = { version = "*", optional = true }
env_logger = "0.4"