1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-30 06:33:59 +00:00

Bump minimum required version to 1.24

#40
This commit is contained in:
bspeice
2018-05-03 02:22:31 -04:00
committed by David Peter
parent 92aa2b547e
commit 21f9e2b0f7
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ makepkg -si
### From source
If you want to build to compile `bat` from source, you need Rust 1.22 or higher.
If you want to build to compile `bat` from source, you need Rust 1.24 or higher.
You can then use `cargo` to build everything:
``` bash