1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-07 19:31:42 +00: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
+1 -1
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