1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-30 06:33:59 +00:00

Update dependencies, MSRV: 1.45

This commit is contained in:
David Peter
2021-03-07 15:08:39 +01:00
committed by David Peter
parent 2e7f2b6c07
commit 52f84b063c
5 changed files with 36 additions and 35 deletions

View File

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