I fixed the build problem! version 0.5.0

This commit is contained in:
Benjamin Sago 2017-04-11 08:11:37 +01:00
parent 1a6066327d
commit e5ab15f09c
3 changed files with 2 additions and 5 deletions

2
Cargo.lock generated
View file

@ -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)",

View file

@ -1,6 +1,6 @@
[package]
name = "exa"
version = "0.4.0"
version = "0.5.0"
authors = [ "ogham@bsago.me" ]
[[bin]]

View file

@ -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)