diff options
author | Benjamin Sago <ogham@bsago.me> | 2017-09-30 09:49:36 +0200 |
---|---|---|
committer | Benjamin Sago <ogham@bsago.me> | 2017-09-30 09:49:36 +0200 |
commit | 877265bf4e8f4c42afcab231e89ee4a83fe1409b (patch) | |
tree | f7e6a8df055f4e6b4706b920bb2cec07944dc148 | |
parent | 1efb8a5113f1a5ffeb0af6fe4e7374502ac41712 (diff) |
Version bump and releasev0.8.0
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [root] name = "exa" -version = "0.7.0" +version = "0.8.0" dependencies = [ "ansi_term 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "datetime 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "exa" -version = "0.7.0" +version = "0.8.0" authors = [ "ogham@bsago.me" ] description = "A modern replacement for ls" |