1
0
mirror of https://github.com/sharkdp/bat.git synced 2024-10-05 18:31:06 +01: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

@ -12,10 +12,10 @@ matrix:
# Minimum Rust supported channel.
- os: linux
rust: 1.22.1
rust: 1.24.0
env: TARGET=x86_64-unknown-linux-gnu
- os: osx
rust: 1.22.1
rust: 1.24.0
env: TARGET=x86_64-apple-darwin
addons:

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