diff --git a/Cargo.lock b/Cargo.lock index 950737d5f2da6adfd70feb97c45db3036fbc21a2..6e895608949390f775214a2d81f9e986351df7c8 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 41f33173cb10e2d254161959bbafda22f78398a6..57a8637555ccc039eb3f68206a8adca798b0cc43 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 90c3acb406694d9a0c83db81c7052fa1c1749aaa..1af9f43ef5644146cd35ff01365ebe2afd78d7ff 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)