diff options
author | Benjamin Sago <ogham@bsago.me> | 2017-04-11 08:11:37 +0100 |
---|---|---|
committer | Benjamin Sago <ogham@bsago.me> | 2017-04-11 08:11:37 +0100 |
commit | e5ab15f09c627b0f81631d71400080bf1fe08211 (patch) | |
tree | e40df7d296e0fafe937bd9c6523eb1e0f23c856a | |
parent | 1a6066327d2643881996946942aba530e8a1c67c (diff) |
I fixed the build problem! version 0.5.0v0.5.0
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 3 |
3 files changed, 2 insertions, 5 deletions
@@ -1,6 +1,6 @@ [root] name = "exa" -version = "0.4.0" +version = "0.5.0" dependencies = [ "ansi_term 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "datetime 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "exa" -version = "0.4.0" +version = "0.5.0" authors = [ "ogham@bsago.me" ] [[bin]] @@ -2,9 +2,6 @@ [exa](https://the.exa.website/) is a replacement for `ls` written in Rust. -Works on all recent Rust versions >= 1.4.0. - - ## Screenshots ![Screenshots of exa](screenshots.png) |