summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormark chaitin <markchaitin@gmail.com>2021-01-08 18:23:11 -0500
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-09 15:21:26 +0100
commitde6cb75f4bb5d6e65301b5e9a9890228760da4c4 (patch)
tree9c1ff8bc1a647ba70bf4eedf38cea42edba9b3fa /README.md
parent83c9cb7907a7a6ea48c7c76d51e5a7b0332bf398 (diff)
Addressed PR feedback. Upped min version and used matches! macro
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 3d894560..4e953b1c 100644
--- a/README.md
+++ b/README.md
@@ -356,7 +356,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.40 or
+If you want to build `bat` from source, you need Rust 1.42 or
higher. You can then use `cargo` to build everything:
```bash