1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 11:22:30 +01:00

Bump MSRV to 1.58

This commit is contained in:
David Peter
2022-08-14 16:04:34 +02:00
committed by David Peter
parent 71e71aa31e
commit 02a9d191ed
6 changed files with 6 additions and 6 deletions

View File

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