1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-29 22:24:35 +00:00

Bump minimum required Rust version to 1.30

This commit is contained in:
sharkdp
2018-12-14 21:48:31 +01:00
committed by David Peter
parent fee57d71d9
commit b68c5d8576
2 changed files with 4 additions and 4 deletions

View File

@@ -220,7 +220,7 @@ binaries are also available: look for archives with `musl` in the file name.
### From source
If you want to build `bat` from source, you need Rust 1.29 or
If you want to build `bat` from source, you need Rust 1.30 or
higher. You can then use `cargo` to build everything:
```bash