mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-03 12:18:49 +01:00
parent
92aa2b547e
commit
21f9e2b0f7
@ -12,10 +12,10 @@ matrix:
|
|||||||
|
|
||||||
# Minimum Rust supported channel.
|
# Minimum Rust supported channel.
|
||||||
- os: linux
|
- os: linux
|
||||||
rust: 1.22.1
|
rust: 1.24.0
|
||||||
env: TARGET=x86_64-unknown-linux-gnu
|
env: TARGET=x86_64-unknown-linux-gnu
|
||||||
- os: osx
|
- os: osx
|
||||||
rust: 1.22.1
|
rust: 1.24.0
|
||||||
env: TARGET=x86_64-apple-darwin
|
env: TARGET=x86_64-apple-darwin
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
@ -37,7 +37,7 @@ makepkg -si
|
|||||||
|
|
||||||
### From source
|
### 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:
|
You can then use `cargo` to build everything:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
|
Loading…
Reference in New Issue
Block a user