summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-08-18 16:40:31 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-08-26 08:34:11 +0200
commit5226132f7e43d0b12d8f58aabef7f5785d5f03fe (patch)
tree8a303bad15500f2b9d3bf4c44ceca711a6f45b7f /README.md
parente8249b10d2b41d9400d7e63fa69876d1afffc34d (diff)
Update MSRV note in Readme
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 ccac97b..48ba9f9 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Building butido is easy, assuming you have a Rust installation:
cargo build --release # (remove --release for a debug build)
```
-Butido is built and tested with Rust 1.50.0 as MSRV.
+Butido is built and tested with Rust 1.54.0 as MSRV.
### (Development) Setup