exa 0.10.1

A modern replacement for ls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
name: Compilation error
about: Report a problem compiling exa
---

If exa fails to compile, or if there is a problem during the build process, then please include the following information in your report:

- The exact exa commit you are building (`git rev-parse --short HEAD`)
- The version of rustc you are compiling it with (`rustc --version`)
- Your operating system and hardware platform
- The Rust build target (the _exact_ output of `rustc --print cfg`)

If you are seeing compilation errors, please include the output of the build process.

---