summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Sago <ogham@bsago.me>2017-04-11 08:11:37 +0100
committerBenjamin Sago <ogham@bsago.me>2017-04-11 08:11:37 +0100
commite5ab15f09c627b0f81631d71400080bf1fe08211 (patch)
treee40df7d296e0fafe937bd9c6523eb1e0f23c856a
parent1a6066327d2643881996946942aba530e8a1c67c (diff)
I fixed the build problem! version 0.5.0v0.5.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md3
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)