summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormataha <mataha@users.noreply.github.com>2023-08-28 16:25:30 +0200
committerMartin Nordholts <enselic@gmail.com>2023-09-01 05:42:45 +0200
commit82664e3c82492ddfde41533a829859dd129125d6 (patch)
tree4249bb085d821036f3d74fbe3a2e4f7032c909f4 /README.md
parent1893405cbf6a0676db4cf93e64939eb29a0ca6cb (diff)
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 <mataha@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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