From 82664e3c82492ddfde41533a829859dd129125d6 Mon Sep 17 00:00:00 2001 From: mataha Date: Mon, 28 Aug 2023 16:25:30 +0200 Subject: Bump MSRV to 1.70.0 The intention is to take advantage of `std::io::IsTerminal` that landed in 1.70.0, both in `bat` and its dependencies (`clap`, `grep-cli`). This will fix #2570 as well - `grep-cli` 0.1.9 has a patch for that. Signed-off-by: mataha --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7ec80627..9183f9f4 100644 --- a/README.md +++ b/README.md @@ -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.64.0 or +If you want to build `bat` from source, you need Rust 1.70.0 or higher. You can then use `cargo` to build everything: ```bash -- cgit v1.2.3