mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-01-11 16:34:26 +00:00
I fixed the build problem! version 0.5.0
This commit is contained in:
parent
1a6066327d
commit
e5ab15f09c
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1,6 +1,6 @@
|
|||||||
[root]
|
[root]
|
||||||
name = "exa"
|
name = "exa"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"datetime 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "exa"
|
name = "exa"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
authors = [ "ogham@bsago.me" ]
|
authors = [ "ogham@bsago.me" ]
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
@ -2,9 +2,6 @@
|
|||||||
|
|
||||||
[exa](https://the.exa.website/) is a replacement for `ls` written in Rust.
|
[exa](https://the.exa.website/) is a replacement for `ls` written in Rust.
|
||||||
|
|
||||||
Works on all recent Rust versions >= 1.4.0.
|
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
![Screenshots of exa](screenshots.png)
|
![Screenshots of exa](screenshots.png)
|
||||||
|
Loading…
Reference in New Issue
Block a user