diff options
author | Chet Gurevitch <chetgurevitch@protonmail.com> | 2017-10-11 18:52:23 -0700 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-12-23 21:39:09 -0800 |
commit | 76ca679e89cd7f431652e06892b791b5f8c43cf9 (patch) | |
tree | f4594990e94f8cfc94d90dd965cd14fe916557bc /Cargo.lock | |
parent | ae533e660f649413af15c2a826497de423a5211b (diff) | |
download | alacritty-76ca679e89cd7f431652e06892b791b5f8c43cf9.tar.gz alacritty-76ca679e89cd7f431652e06892b791b5f8c43cf9.zip |
Update bitflags to v1
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ name = "alacritty" version = "0.1.0" dependencies = [ "arraydeque 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "cgmath 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)", "clippy 0.0.177 (registry+https://github.com/rust-lang/crates.io-index)", |