diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2018-12-27 20:49:29 +0100 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-12-27 19:49:29 +0000 |
commit | e6c4d08192968d6f1bca4b6f1002ab057007cfae (patch) | |
tree | 4123ed97043231ad0f9ac13958b151adc5b72e4a /Cargo.toml | |
parent | 6d7647c8907978892d635bb79d8ba39629f8e194 (diff) | |
download | alacritty-e6c4d08192968d6f1bca4b6f1002ab057007cfae.tar.gz alacritty-e6c4d08192968d6f1bca4b6f1002ab057007cfae.zip |
Use mio-extras instead of mio-more
The latter isn't maintained anymore and this removes a bunch of outdated
dependencies.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ serde_json = "1" serde_yaml = "0.8" vte = "0.3" mio = "0.6" -mio-more = "0.1" +mio-extras = "2" copypasta = { path = "./copypasta" } xdg = "2" log = "0.4" |