Prechádzať zdrojové kódy

I fixed the build problem! version 0.5.0

Benjamin Sago 8 rokov pred
rodič
commit
e5ab15f09c
3 zmenil súbory, kde vykonal 2 pridanie a 5 odobranie
  1. 1 1
      Cargo.lock
  2. 1 1
      Cargo.toml
  3. 0 3
      README.md

+ 1 - 1
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)",

+ 1 - 1
Cargo.toml

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

+ 0 - 3
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)