1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-30 14:43:57 +00:00

chore: Update liquid to 0.20

Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Raits
2020-03-22 16:27:35 +01:00
committed by David Peter
parent 5edd8260e8
commit 136a745c5d
5 changed files with 67 additions and 110 deletions

View File

@@ -341,7 +341,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.36 or
If you want to build `bat` from source, you need Rust 1.37 or
higher. You can then use `cargo` to build everything:
```bash