From 637b185fae234b5f4cde5463c8ef092eb1b6c0ac Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Fri, 7 Oct 2022 17:22:46 +0600 Subject: [PATCH] Update MSRV in `README.md` Former-commit-id: 5bed819c9fc0206e770432ea805f13e0c5a59f6a --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 296cd770..f3fae40d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ $ set TELOXIDE_TOKEN= $ $env:TELOXIDE_TOKEN= ``` - 4. Make sure that your Rust compiler is up to date (teloxide currently requires rustc at least version 1.58): + 4. Make sure that your Rust compiler is up to date (teloxide currently requires rustc at least version 1.64): ```bash # If you're using stable $ rustup update stable