From e5ab15f09c627b0f81631d71400080bf1fe08211 Mon Sep 17 00:00:00 2001 From: Benjamin Sago Date: Tue, 11 Apr 2017 08:11:37 +0100 Subject: I fixed the build problem! version 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 950737d..6e89560 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 41f3317..57a8637 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exa" -version = "0.4.0" +version = "0.5.0" authors = [ "ogham@bsago.me" ] [[bin]] diff --git a/README.md b/README.md index 90c3acb..1af9f43 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit v1.2.3