Update MSRV in README.md

Former-commit-id: 5bed819c9f
This commit is contained in:
Hirrolot 2022-10-07 17:22:46 +06:00 committed by GitHub
parent d680bef0ba
commit 637b185fae

View file

@ -56,7 +56,7 @@ $ set TELOXIDE_TOKEN=<Your token here>
$ $env:TELOXIDE_TOKEN=<Your token here> $ $env:TELOXIDE_TOKEN=<Your token here>
``` ```
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 ```bash
# If you're using stable # If you're using stable
$ rustup update stable $ rustup update stable