1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-02 18:12:25 +01:00

Update minimum Rust version to 1.27

This commit is contained in:
sharkdp
2018-10-07 13:38:01 +02:00
committed by David Peter
parent 0502a3bd4a
commit 1dbb4ef683
3 changed files with 6 additions and 6 deletions

View File

@@ -173,7 +173,7 @@ releases page.
### From source
If you want to build `bat` from source, you need Rust 1.26 or
If you want to build `bat` from source, you need Rust 1.27 or
higher. You can then use `cargo` to build everything:
```bash