aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJonathan Schleußer <paradoxspiral@riseup.net>2017-08-30 20:43:37 +0200
committerJoe Wilm <jwilm@users.noreply.github.com>2017-09-05 09:07:00 -0700
commita3d35ec1859802a2440d29ac24d87bf347a6144e (patch)
tree909c86e052cf52fcac86b241739508965e2dcf02 /src/lib.rs
parent967393a31c4b722266e9bc4e74b89d0a23a82dbb (diff)
downloadalacritty-a3d35ec1859802a2440d29ac24d87bf347a6144e.tar.gz
alacritty-a3d35ec1859802a2440d29ac24d87bf347a6144e.zip
Update most remaining deps
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 90f4aa5d..6358d77d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -39,6 +39,7 @@ extern crate font;
extern crate glutin;
extern crate libc;
extern crate mio;
+extern crate mio_more;
extern crate notify;
extern crate parking_lot;
extern crate serde;