summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2021-03-07 15:08:39 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-03-07 15:33:37 +0100
commit52f84b063c9e4081b53fde8ebc2ce31a36553d99 (patch)
tree0cf6c883520e91c6a8bde7b357147d9c90e516ef /README.md
parent2e7f2b6c0709d758e4e92e5b9cab134d8d04b931 (diff)
Update dependencies, MSRV: 1.45
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 59dabde7..379f5bc7 100644
--- a/README.md
+++ b/README.md
@@ -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.42 or
+If you want to build `bat` from source, you need Rust 1.45 or
higher. You can then use `cargo` to build everything:
```bash