diff options
author | Andy Lok <andylokandy@hotmail.com> | 2018-03-01 04:33:29 +0800 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-02-28 20:33:29 +0000 |
commit | 475ebecfc4e0648242e82e256dee1489f3a3fe81 (patch) | |
tree | ef07f6b6f12eeb4f125970c804b34fe2c68968db /Cargo.toml | |
parent | 8045737d58ccab07814941e08b7bfcd7e2f9bbb2 (diff) | |
download | alacritty-475ebecfc4e0648242e82e256dee1489f3a3fe81.tar.gz alacritty-475ebecfc4e0648242e82e256dee1489f3a3fe81.zip |
Update arraydeque dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ log = "0.4" clap = "2" fnv = "1" unicode-width = "0.1" -arraydeque = "0.2" +arraydeque = "0.4" glutin = "0.13" clippy = { version = "*", optional = true } env_logger = "0.5" |