summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-08-04 20:17:22 +0000
committerGitHub <noreply@github.com>2019-08-04 20:17:22 +0000
commit14fa02648ece67f468fea77203a76b079406f324 (patch)
tree2ee0eae740081a1932ef791fc8b0163a9bc0cb24 /alacritty_terminal/Cargo.toml
parentddee14a6ef6e4c0621a2683b34aa25b3971155ef (diff)
Remove errno depedency
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml1
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"