diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-08-04 20:17:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-04 20:17:22 +0000 |
commit | 14fa02648ece67f468fea77203a76b079406f324 (patch) | |
tree | 2ee0eae740081a1932ef791fc8b0163a9bc0cb24 /alacritty_terminal/Cargo.toml | |
parent | ddee14a6ef6e4c0621a2683b34aa25b3971155ef (diff) | |
download | alacritty-14fa02648ece67f468fea77203a76b079406f324.tar.gz alacritty-14fa02648ece67f468fea77203a76b079406f324.zip |
Remove errno depedency
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index eb72e7d8..464a1370 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -14,7 +14,6 @@ libc = "0.2" notify = "4" bitflags = "1" font = { path = "../font" } -errno = "0.2" parking_lot = "0.7" serde = "1" serde_derive = "1" |