summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChet Gurevitch <chetgurevitch@protonmail.com>2017-10-11 18:52:23 -0700
committerJoe Wilm <jwilm@users.noreply.github.com>2017-12-23 21:39:09 -0800
commit76ca679e89cd7f431652e06892b791b5f8c43cf9 (patch)
treef4594990e94f8cfc94d90dd965cd14fe916557bc /Cargo.toml
parentae533e660f649413af15c2a826497de423a5211b (diff)
downloadalacritty-76ca679e89cd7f431652e06892b791b5f8c43cf9.tar.gz
alacritty-76ca679e89cd7f431652e06892b791b5f8c43cf9.zip
Update bitflags to v1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8e9c5939..e0fedd00 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ name = "alacritty"
libc = "0.2"
cgmath = "0.15"
notify = "4"
-bitflags = "0.9"
+bitflags = "1"
font = { path = "./font" }
errno = "0.2"
parking_lot = "0.5"