summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2021-10-02 12:14:06 +0200
committerMartin Nordholts <enselic@gmail.com>2021-10-03 07:51:37 +0200
commit418fce56835240ca9989a841d667eb02d5992c5d (patch)
treeb5246bed56cd6bd4b8ab1c58e6220131930bdc13 /README.md
parent7a15ba3796038eb44518458cd305a2b2f88e5d61 (diff)
Bump MSRV to 1.46
See #1874 and #1872.
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 ced79d6c..d02258ca 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.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