1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-03 20:02:28 +01:00

Bump MSRV to 1.60

see https://github.com/rust-lang/git2-rs/issues/838
This commit is contained in:
David Peter
2022-09-03 23:24:31 +02:00
committed by Martin Nordholts
parent b295850cb3
commit 45d6b1af3b
5 changed files with 5 additions and 5 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.58.0 or
If you want to build `bat` from source, you need Rust 1.60.0 or
higher. You can then use `cargo` to build everything:
```bash