Merge pull request #6 from mikefaille/master

FIX bitflags depedency
This commit is contained in:
Ben S 2015-02-21 23:46:52 +00:00
commit d73b0a8ab5
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -3,6 +3,7 @@ name = "exa"
version = "0.1.0"
dependencies = [
"ansi_term 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"datetime 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"git2 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -16,6 +16,7 @@ natord = "1.0.7"
number_prefix = "0.2.3"
pad = "0.1.1"
users = "0.2.3"
bitflags = "0.1"
[features]
default = [ "git" ]