1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-29 22:24:35 +00:00

Bump MSRV to 1.46

See #1874 and #1872.
This commit is contained in:
Martin Nordholts
2021-10-02 12:14:06 +02:00
parent 7a15ba3796
commit 418fce5683
5 changed files with 5 additions and 4 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.45 or
If you want to build `bat` from source, you need Rust 1.46 or
higher. You can then use `cargo` to build everything:
```bash