diff options
author | Jonathan Schleußer <paradoxspiral@riseup.net> | 2017-08-30 20:43:37 +0200 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-09-05 09:07:00 -0700 |
commit | a3d35ec1859802a2440d29ac24d87bf347a6144e (patch) | |
tree | 909c86e052cf52fcac86b241739508965e2dcf02 /src/lib.rs | |
parent | 967393a31c4b722266e9bc4e74b89d0a23a82dbb (diff) | |
download | alacritty-a3d35ec1859802a2440d29ac24d87bf347a6144e.tar.gz alacritty-a3d35ec1859802a2440d29ac24d87bf347a6144e.zip |
Update most remaining deps
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |